hugo-bearcub/layouts/partials/nav.html
Alex Selimov ef8f417c6c
Some checks failed
github pages / deploy (push) Failing after 2s
Updates migrating previous theme to hugo-bearcub
2026-03-02 19:38:07 -05:00

4 lines
130 B
HTML

{{ range .Site.Menus.main.ByWeight }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
<a href='{{ absURL "index.xml" }}'>RSS</a>