Remove debug stmt
This commit is contained in:
parent
3f66db7546
commit
a1a92b0145
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue