From cdd08cdf1acf1c56db266aa4e201889d8d0d8a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 23 Aug 2021 22:19:48 +0200 Subject: [PATCH] include: new shortcode - missing file #43 --- layouts/shortcodes/include.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 layouts/shortcodes/include.html diff --git a/layouts/shortcodes/include.html b/layouts/shortcodes/include.html new file mode 100644 index 0000000000..fb8712b7db --- /dev/null +++ b/layouts/shortcodes/include.html @@ -0,0 +1,2 @@ +{{ $file := .Get 0 }} +{{ $file | readFile | safeHTML }}