From e5d01e27881a371f6d677d04233b2314d9d941d0 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Fri, 4 Jan 2019 11:49:50 -0500 Subject: [PATCH] Add raw shortcode to escape hugo interpretation --- layouts/shortcodes/raw.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/raw.html diff --git a/layouts/shortcodes/raw.html b/layouts/shortcodes/raw.html new file mode 100644 index 0000000..ed3fb8a --- /dev/null +++ b/layouts/shortcodes/raw.html @@ -0,0 +1 @@ +{{.Inner}} \ No newline at end of file