diff --git a/layouts/partials/page-single/comment/commento.html b/layouts/partials/page-single/comment/commento.html new file mode 100644 index 0000000..3861012 --- /dev/null +++ b/layouts/partials/page-single/comment/commento.html @@ -0,0 +1,25 @@ +
+ + + diff --git a/layouts/partials/page-single/post-comment.html b/layouts/partials/page-single/post-comment.html index a9d2ab7..668a0e1 100644 --- a/layouts/partials/page-single/post-comment.html +++ b/layouts/partials/page-single/post-comment.html @@ -5,5 +5,7 @@ {{ partial "page-single/comment/graphcomment.html" . }} {{ else if .Site.Params.UtterancesRepo }} {{ partial "page-single/comment/utterances.html" . }} + {{ else if .Site.Params.Commento }} + {{ partial "page-single/comment/commento.html" . }} {{ end }} {{ end }}