This commit is contained in:
brooke 2024-06-10 21:58:30 -04:00
parent ae6ddf4fc9
commit f040a6e517

View file

@ -3,11 +3,9 @@
>
<div class="w-9/12 flex flex-row justify-between">
<div class="flex flex-row gap-8">
{{ range .Site.Menus.main }}
<a class="text-white hover:text-gray-400" href="{{ .URL | safeURL }}">
{{ $text := .Name | safeHTML }} {{ $text }}
<a class="text-white hover:text-gray-400" href="/admin">
Admin Panel
</a>
{{ end }}
</div>
<div class="flex flex-row gap-2">
{{ range .Site.Params.social.main }}