added footer menu

This commit is contained in:
Vrifox 2020-09-20 19:52:34 +02:00
parent 4040fc3aa8
commit c04f6c8301
2 changed files with 11 additions and 14 deletions

View file

@ -6,16 +6,7 @@
<section class="website-subnav">
<ul>
{{ $currentPage := . }}
{{ range .Site.Menus.main }}
<li>
<a href="{{ .URL }}">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>
</li>
{{ end }}
<li>|</li>
{{ range .Site.Menus.links }}
{{ range .Site.Menus.footer }}
<li>
<a href="{{ .URL }}">
{{ .Pre }}