gallowelds.com/themes/gallo/layouts/partials/nav.html

8 lines
185 B
HTML
Raw Normal View History

2024-05-22 14:22:07 -04:00
<nav class="h-8 flex justify-end gap-4">
{{ range .Site.Menus.main }}
<a class="" href="{{ .URL }}">
{{ $text := print .Name | safeHTML }} {{ $text }}
</a>
{{ end }}
</nav>