Remove debug stmt

This commit is contained in:
Tobias 2023-10-08 23:55:42 +02:00
parent 3f66db7546
commit a1a92b0145
Signed by: tobigr
GPG Key ID: 1081A7AAB3E37791
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@
<div class="px-2 pt-2 pb-4 bg-white rounded-md shadow-lg text-zinc-900"> <div class="px-2 pt-2 pb-4 bg-white rounded-md shadow-lg text-zinc-900">
<div class="grid grid-cols-1 gap-4"> <div class="grid grid-cols-1 gap-4">
{{ range (index site.Menus .Identifier) }} {{ range (index site.Menus .Identifier) }}
{{ printf "%#v" .Params | safeHTML }}
<a class="flex items-start p-2 bg-transparent rounded-lg group row hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" <a class="flex items-start p-2 bg-transparent rounded-lg group row hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline"
href="{{ partial "menu-url.html" $menuCtx }}"> href="{{ partial "menu-url.html" $menuCtx }}">
<div class="p-3 text-white bg-primary-600 rounded-lg group-hover:bg-gray-900"> <div class="p-3 text-white bg-primary-600 rounded-lg group-hover:bg-gray-900">