aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/navigation.html
blob: ebbfbd54e318a2eb4c0329eabc450e5196464f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<header role="banner">
      <!--<h1 class="logo">{{ site.title }}</h1>-->
      <nav role="navigation">
<ul>
   {% for item in site.data.navigation.links %}
      <li><a href="{{ item.url }}" {% if item.url == page.url %} class="active"{% endif %}>{{ item.title }}</a></li>
   {% endfor %}
</ul>
</nav>
</header>
Un proyecto texto-plano.xyz