mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
🐮 Changed to use Hugo's menu system
This commit is contained in:
parent
5e7d82f192
commit
af2b170429
2 changed files with 6 additions and 6 deletions
|
@ -14,8 +14,8 @@
|
|||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
{{ range .Site.Params.Nav }}
|
||||
<li><a href="{{ .url }}">{{ .name }}</a></li>
|
||||
{{ range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue