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 @@