From 8691be4bd111bf8fa0c479c852a073b617e6c449 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 10 May 2022 00:17:57 +0200 Subject: Add raw-html shortcode --- layouts/shortcodes/raw-html.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/raw-html.html (limited to 'layouts') diff --git a/layouts/shortcodes/raw-html.html b/layouts/shortcodes/raw-html.html new file mode 100644 index 0000000..98bce65 --- /dev/null +++ b/layouts/shortcodes/raw-html.html @@ -0,0 +1 @@ +{{.Inner}} -- cgit v1.2.3