From cbfa056a96b77a8b9e67a4b7f12a837d46162d8f Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 8 Mar 2024 23:26:15 +0700 Subject: [PATCH] hugo-bearblog : add rawhtml shortcode --- 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