update
This commit is contained in:
parent
ae6ddf4fc9
commit
f040a6e517
1 changed files with 2 additions and 4 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue