From 30084111f5f5c355bcdfd76d7f36c074a11b6b0e Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 31 May 2021 18:13:57 +0200 Subject: [PATCH] Added past shortcode --- layouts/shortcodes/past.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/past.html diff --git a/layouts/shortcodes/past.html b/layouts/shortcodes/past.html new file mode 100644 index 0000000..f3734b6 --- /dev/null +++ b/layouts/shortcodes/past.html @@ -0,0 +1,3 @@ +
+ {{ readFile "past.md" | markdownify }} +