From 5cffb1ea62b4a3a4bef628b37095ecfeb993d387 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 21 Nov 2025 11:19:39 -0700 Subject: [PATCH] Add a shortcode to hide blocks of content. --- layouts/shortcodes/hide.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/hide.html diff --git a/layouts/shortcodes/hide.html b/layouts/shortcodes/hide.html new file mode 100644 index 0000000..50a0992 --- /dev/null +++ b/layouts/shortcodes/hide.html @@ -0,0 +1 @@ +{{ if .Inner }}{{ end }} \ No newline at end of file