gallowelds.com/themes/gallo/layouts/partials/nav.html
2024-05-22 14:22:07 -04:00

7 lines
185 B
HTML

<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>