From a9958edaa283bcc5d254d7d98b2721c7279b040f Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 13 Aug 2019 22:53:46 -0700 Subject: [PATCH] Add TODO shortcode --- themes/vanilla/layouts/shortcodes/todo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/vanilla/layouts/shortcodes/todo diff --git a/themes/vanilla/layouts/shortcodes/todo b/themes/vanilla/layouts/shortcodes/todo new file mode 100644 index 0000000..b8e2537 --- /dev/null +++ b/themes/vanilla/layouts/shortcodes/todo @@ -0,0 +1,3 @@ +
+ TODO: {{ .Inner }} +