1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-26 15:17:29 -05:00
Files
bobatheme/layouts/partials/navbar.html

7 lines
153 B
HTML

<nav id="main">
<a href="{{ "/" | relURL }}">Home</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>