hugo-themes/vugo/layouts/partials/menu.html

7 lines
291 B
HTML
Raw Permalink Normal View History

2024-02-10 20:50:19 +01:00
<menu>
<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 }}
</menu>