From 56b41b128f1f13d80ae4d317a29bc9c14d9bdeae Mon Sep 17 00:00:00 2001 From: mms Date: Thu, 23 May 2024 20:05:14 +0200 Subject: feat: brain rot, preview: --- layouts/shortcodes/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/menu.html') diff --git a/layouts/shortcodes/menu.html b/layouts/shortcodes/menu.html index 766cfe9..9a788b8 100644 --- a/layouts/shortcodes/menu.html +++ b/layouts/shortcodes/menu.html @@ -1,4 +1,4 @@ -{{- $menuID := .Get 0 }} + {{- $caption := .Inner }} {{ partial "menu.html" (dict "menuID" $menuID "page" $.Page ) }} -- cgit v1.2.3