c1af1ac8b5
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
11 lines
296 B
HTML
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>
|