diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/rawhtml.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..14e0ee9 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1,3 @@ +<!-- https://anaulin.org/blog/hugo-raw-html-shortcode/ --> +<!-- raw html --> +{{.Inner}}
\ No newline at end of file |