removed the title from the top menu

This commit is contained in:
sel 2026-06-19 21:42:26 +02:00
parent db5fdb8b2f
commit 395eaf1333
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0

View file

@ -12,7 +12,6 @@ Renders a menu for the given menu ID.
{{- with index site.Menus $menuID }} {{- with index site.Menus $menuID }}
<nav> <nav>
<p><b>selene</b></p>
<div> <div>
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }} {{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
</div> </div>