From a5453ab4a57ec4f053368b129b2bfd4e82d2409e Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 19 Nov 2020 18:43:43 +0100 Subject: [PATCH] Add a comment section to the blog --- layouts/partials/custom-comments.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/partials/custom-comments.html diff --git a/layouts/partials/custom-comments.html b/layouts/partials/custom-comments.html new file mode 100644 index 0000000000..defeba7f4b --- /dev/null +++ b/layouts/partials/custom-comments.html @@ -0,0 +1,12 @@ +{{ if and (eq .Type "blog") (ne .Kind "section" ) }} + + + +{{ end }} -- 2.49.0