hugo-cms/providers/themes/overlays/hugo-bearblog/partials-nav.html

7 lines
199 B
HTML

<a href="{{ "" | relURL }}">Home</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
{{ with .Site.GetPage "/posts" }}
<a href="{{ "posts" | relURL }}">Posts</a>
{{ end }}