From 850e09d7d86624d0dce17d4f4e3cb33418a7987e Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 20 Apr 2023 22:07:22 +0200 Subject: [PATCH] feat: add since version shortcode Signed-off-by: Mark Sagi-Kazar --- layouts/shortcodes/since.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/since.html diff --git a/layouts/shortcodes/since.html b/layouts/shortcodes/since.html new file mode 100644 index 0000000..624be86 --- /dev/null +++ b/layouts/shortcodes/since.html @@ -0,0 +1,3 @@ +
+
Since {{ .Get 0 }} {{ trim .Inner " \n" | markdownify }}
+