From bab2e72638c606def1ec0b6ca44294c5c9440a2e Mon Sep 17 00:00:00 2001 From: Zachary Billman Date: Wed, 6 Apr 2022 08:14:21 -0400 Subject: [PATCH] Accidentally removed sidenote shortcode. --- layouts/shortcodes/sidenote.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/sidenote.html diff --git a/layouts/shortcodes/sidenote.html b/layouts/shortcodes/sidenote.html new file mode 100644 index 0000000..dc09c90 --- /dev/null +++ b/layouts/shortcodes/sidenote.html @@ -0,0 +1 @@ +{{ .Inner }}