From 7b1732e06c8e5cae3a54b0c22b386ab693dde751 Mon Sep 17 00:00:00 2001 From: tristor Date: Fri, 5 Feb 2021 15:25:44 -0600 Subject: Add support for Commento.io as a Disqus alternative. --- layouts/partials/commento.html | 6 ++++++ layouts/post/single.html | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/commento.html diff --git a/layouts/partials/commento.html b/layouts/partials/commento.html new file mode 100644 index 0000000..c3fad2d --- /dev/null +++ b/layouts/partials/commento.html @@ -0,0 +1,6 @@ +{{ with .Site.Params.commento }} +
+ +
+ +{{ end }} \ No newline at end of file diff --git a/layouts/post/single.html b/layouts/post/single.html index 4bb45cf..5dc8ca4 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -13,7 +13,9 @@ {{ partial "share.html" . }} {{ partial "prev_next_post.html" . }} - + + {{ partial "commento.html" . }} + {{ partial "disqus.html" . }} -- cgit v1.2.3