summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-23 20:05:55 +0100
committerxengineering <me@xengineering.eu>2023-01-23 20:05:55 +0100
commit6a75686a69876f77ac1a9d9cf64f73ca33b55f89 (patch)
tree7d49ba9c004b7484e90c69b8dccf56058874385c /layouts
parent9d9b536b81e3f886f4882b2bca30939c187027d1 (diff)
downloadwebsite-6a75686a69876f77ac1a9d9cf64f73ca33b55f89.tar
website-6a75686a69876f77ac1a9d9cf64f73ca33b55f89.tar.zst
website-6a75686a69876f77ac1a9d9cf64f73ca33b55f89.zip
Add shortcode for raw HTML in Markdown
Hugo does not allow inline HTML by default. This shortcode enables this feature on demand.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/rawhtml.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html
new file mode 100644
index 0000000..98bce65
--- /dev/null
+++ b/layouts/shortcodes/rawhtml.html
@@ -0,0 +1 @@
+{{.Inner}}