summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/fatecode.html2
-rw-r--r--layouts/shortcodes/rawhtml.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/shortcodes/fatecode.html b/layouts/shortcodes/fatecode.html
new file mode 100644
index 0000000..77bd69c
--- /dev/null
+++ b/layouts/shortcodes/fatecode.html
@@ -0,0 +1,2 @@
+<!-- fatecode-->
+<pre><code class="language-scheme match-braces rainbow-braces line-numbers">{{.Inner}}</code></pre>
diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html
new file mode 100644
index 0000000..b90bea2
--- /dev/null
+++ b/layouts/shortcodes/rawhtml.html
@@ -0,0 +1,2 @@
+<!-- raw html -->
+{{.Inner}}