diff options
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 ) }} |