diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-11-26 20:48:51 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-11-26 20:48:51 +0000 |
commit | ff1c0c780de7f5806638a99cdb6d525d689511d1 (patch) | |
tree | 5df35238f9e02d6a091a4b2d7e30cfe63ba2286f /layouts/shortcodes | |
parent | 128fe851c769ee5c0aa6cd88e3a71b8501656443 (diff) | |
download | mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.tar.gz mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.tar.bz2 mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.tar.xz mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.zip |
Skateboard 2
Add rawhtml shortcode for posting inline HTML
Diffstat (limited to 'layouts/shortcodes')
-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 |