From 63b4ff5322bcd58d58df572811cfeb0ab4c2432f Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 8 May 2022 23:07:27 +0200 Subject: Update docs --- layouts/shortcodes/br.html | 1 + layouts/shortcodes/indent.html | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 layouts/shortcodes/br.html create mode 100644 layouts/shortcodes/indent.html (limited to 'layouts') 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 @@ +
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 -}} +  -- cgit v1.2.3