summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/indent.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/indent.html')
-rw-r--r--layouts/shortcodes/indent.html2
1 files changed, 2 insertions, 0 deletions
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>