Basic CSS

This commit is contained in:
Katherina Walshe-Grey 2024-06-30 16:30:20 +01:00
parent f9722dacf7
commit 0277057723
8 changed files with 165 additions and 27 deletions

View file

@ -11,7 +11,7 @@ Renders a menu for the given menu ID.
{{- $menuID := .menuID }}
{{- with index site.Menus $menuID }}
<nav>
<nav class="layout-menu">
<ul>
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
</ul>