From c846a534823ef60ea6f3cceee603702d0833ca7c Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Wed, 11 Feb 2026 14:54:39 -0500 Subject: [PATCH] Add ability to embed HTML/JS code into page --- layouts/shortcodes/rawhtml.html | 1 + 1 file changed, 1 insertion(+) 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..e4edf66 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1 @@ +{{ .Inner | safeHTML }}