From a1afda5d2217eeb98d4169b6bb5854ee488af763 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sat, 29 Jun 2019 14:46:18 +0200 Subject: [PATCH] Commento (#196) * Added rel support * Added name to contributers file * Added commento support --- layouts/partials/posts/commento.html | 4 ++++ layouts/posts/single.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 layouts/partials/posts/commento.html diff --git a/layouts/partials/posts/commento.html b/layouts/partials/posts/commento.html new file mode 100644 index 0000000..4889dc8 --- /dev/null +++ b/layouts/partials/posts/commento.html @@ -0,0 +1,4 @@ +{{- if and (not (eq .Site.Params.commentoUrl "" )) (eq (.Params.disable_comments | default false) false) -}} +
+ +{{- end -}} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index d670139..5739f7b 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -33,6 +33,7 @@