| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-22 04:08:34 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-22 04:08:34 +0100 |
| commit | d0d6117176d68b2345d36e81ccdaa447e9caa724 (patch) | |
| tree | 6cb8f3e4735a695be8c0922434df4c60f7cf82c7 /layouts | |
Moving to Hugo.
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/shortcodes/fatecode.html | 2 | ||||
| -rw-r--r-- | layouts/shortcodes/rawhtml.html | 2 |
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}} |


