luoi.eu/includes/nav.html
Gwenhael Le Moine c1af1ac8b5
jorge init
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2024-03-09 11:39:49 +01:00

11 lines
296 B
HTML

<nav>
<a href="/">{{ site.config.name }}</a>
<a href="/blog/">blog</a>
<div class="nav-right hidden-mobile">
{% assign sections = page.submenu %}
{% for section in sections %}
<a href="{{section[1]}}">{{section[0]}}</a>
{% endfor %}
</div>
</nav>