From 611f78ae533bbf91104afc8904831dcccf0f0d90 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 14 Apr 2024 21:11:05 +0200 Subject: feat: tidy up rot --- layouts/shortcodes/menu-info.html | 6 ++++++ layouts/shortcodes/menu-inline.md | 2 +- layouts/shortcodes/menu.html | 25 +------------------------ 3 files changed, 8 insertions(+), 25 deletions(-) create mode 100644 layouts/shortcodes/menu-info.html (limited to 'layouts') diff --git a/layouts/shortcodes/menu-info.html b/layouts/shortcodes/menu-info.html new file mode 100644 index 0000000..4573ede --- /dev/null +++ b/layouts/shortcodes/menu-info.html @@ -0,0 +1,6 @@ +{{ $content := .Inner }} +
+ Grayed out items are placeholder I plan to add in the future. + It may take years or decades. +
+ diff --git a/layouts/shortcodes/menu-inline.md b/layouts/shortcodes/menu-inline.md index 356c675..0ff567d 100644 --- a/layouts/shortcodes/menu-inline.md +++ b/layouts/shortcodes/menu-inline.md @@ -1,6 +1,6 @@ {{- $menuID := .Get 0 }} -{{- $caption := .Inner }} +{{- $caption := .Inner }}