Skip to content

Commit

Permalink
Merge pull request #66 from githubmonkey/rawhtml-support
Browse files Browse the repository at this point in the history
rawhtml shortcode  for injecting custom, complex html into pages, such as iframe etc
  • Loading branch information
zjedi authored Mar 11, 2023
2 parents 4f61fb7 + a151d95 commit 81ee002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/shortcodes/rawhtml.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}

0 comments on commit 81ee002

Please sign in to comment.