Vugo theme

This commit is contained in:
Nox Sluijtman 2024-02-10 20:50:19 +01:00
commit 64b0159616
33 changed files with 1224 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<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>