From 5391d60da9764920f41af79db6df373d48a3d5d2 Mon Sep 17 00:00:00 2001 From: lafleur Date: Thu, 15 Oct 2020 16:01:01 +0200 Subject: [PATCH] let editors include partials in pages and posts --- layouts/shortcodes/partial.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/partial.html diff --git a/layouts/shortcodes/partial.html b/layouts/shortcodes/partial.html new file mode 100644 index 0000000..c9d3496 --- /dev/null +++ b/layouts/shortcodes/partial.html @@ -0,0 +1 @@ +{{ partial (.Get 0) . }}