forked from mirrors/hugo-tufte
82958f2609
Theme should be useable, but there might be some minor stylistic tweaks here and there.
7 lines
156 B
HTML
7 lines
156 B
HTML
<nav class="menu">
|
|
<ul>
|
|
{{ range .Site.Menus.nav }}
|
|
<li><a href="{{ .URL }}">{{ .Pre }}{{ .Name }}</a></li>
|
|
{{ end }}
|
|
</ul>
|
|
</nav>
|