added footer menu
This commit is contained in:
parent
4040fc3aa8
commit
c04f6c8301
2 changed files with 11 additions and 14 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue