From 484e6f378d1607d82c05b20003494406ca83601e Mon Sep 17 00:00:00 2001 From: Sven Wehrend Date: Wed, 18 Dec 2024 19:43:27 +0100 Subject: [PATCH] Add shortcode rawhtml --- layouts/shortcodes/rawhtml.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 layouts/shortcodes/rawhtml.html diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..520ec17 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1,2 @@ + +{{.Inner}} \ No newline at end of file