diff options
author | mms <michal@sapka.me> | 2024-05-23 20:05:14 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-23 20:05:14 +0200 |
commit | 56b41b128f1f13d80ae4d317a29bc9c14d9bdeae (patch) | |
tree | a96a45c04af7f5c5f728feb745310c42225e0cd2 /layouts/shortcodes/menu.html | |
parent | 4b12cdfcd78d3762769e64d439190f5914ed4075 (diff) |
feat: brain rot, preview:
Diffstat (limited to 'layouts/shortcodes/menu.html')
-rw-r--r-- | layouts/shortcodes/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} +<!-- {{- $menuID := .Get 0 }} --> {{- $caption := .Inner }} {{ partial "menu.html" (dict "menuID" $menuID "page" $.Page ) }} |