Initial Commit
This commit is contained in:
9
templates/nav.html
Normal file
9
templates/nav.html
Normal file
@ -0,0 +1,9 @@
|
||||
<nav>
|
||||
<menu>
|
||||
<li><a class="nav_selected" href="/">Home</a></li>
|
||||
{% for subsection in root.subsections %}
|
||||
{% set subsection = get_section(path=subsection, metadata_only=true) %}
|
||||
<li><a href="{{ subsection.permalink }}">{{ subsection.title }}</a></li>
|
||||
{% endfor %}
|
||||
</menu>
|
||||
</nav>
|
Reference in New Issue
Block a user