mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-07 22:04:25 +02:00
Cleanup
This commit is contained in:
parent
e59ff5e66e
commit
f00d5420a8
1 changed files with 3 additions and 11 deletions
|
@ -1,14 +1,6 @@
|
|||
<menu>
|
||||
<a href="/">home<br/></a>
|
||||
{{ range $.Site.Menus.main }}
|
||||
{{ if not .HasChildren }}
|
||||
<a href="{{ .URL }}">{{ .Name }}<br/></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<a href="/">home<br/></a> {{ range $.Site.Menus.main }} {{ if not .HasChildren }}
|
||||
<a href="{{ .URL }}">{{ .Name }}<br/></a> {{ end }} {{ end }}
|
||||
<hr />
|
||||
{{ range $.Site.Menus.services }}
|
||||
{{ if not .HasChildren }}
|
||||
<a href="{{ .URL }}">{{ .Name }}<br/></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ range $.Site.Menus.services }} {{ if not .HasChildren }} <a href="{{ .URL }}">{{ .Name }}<br/></a> {{ end }} {{ end }}
|
||||
</menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue