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