From fd6975964f4874ec509deb5dfc8363f7dd359762 Mon Sep 17 00:00:00 2001 From: gribse Date: Tue, 13 May 2025 23:34:19 +0200 Subject: [PATCH] Add inline spoiler shortcode with hover effect and styling --- layouts/shortcodes/inline-spoiler.html | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 layouts/shortcodes/inline-spoiler.html diff --git a/layouts/shortcodes/inline-spoiler.html b/layouts/shortcodes/inline-spoiler.html new file mode 100644 index 0000000..cae85f1 --- /dev/null +++ b/layouts/shortcodes/inline-spoiler.html @@ -0,0 +1,32 @@ + + + + +{{- .Inner | safeHTML -}} \ No newline at end of file