summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/br.html1
-rw-r--r--layouts/shortcodes/indent.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/br.html b/layouts/shortcodes/br.html
new file mode 100644
index 0000000..0ca25d9
--- /dev/null
+++ b/layouts/shortcodes/br.html
@@ -0,0 +1 @@
+<br>
diff --git a/layouts/shortcodes/indent.html b/layouts/shortcodes/indent.html
new file mode 100644
index 0000000..b8a9584
--- /dev/null
+++ b/layouts/shortcodes/indent.html
@@ -0,0 +1,2 @@
+{{ $size := .Get 0 -}}
+<span class="indent-{{ $size }}">&nbsp;</span>