From a6adf14c5762458c32d1f6e0e59a773de0f6c2c5 Mon Sep 17 00:00:00 2001 From: Dillon Date: Wed, 11 May 2022 23:10:01 +0800 Subject: [PATCH] fix: missing "comment" class in Commento and Utterances div --- layouts/partials/comment.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html index 0382ae1..922c74d 100644 --- a/layouts/partials/comment.html +++ b/layouts/partials/comment.html @@ -104,7 +104,7 @@ {{- /* Commento Comment System */ -}} {{- $commento := $comment.commento | default dict -}} {{- if $commento.enable -}} -
+
{{- dict "Source" "https://cdn.commento.io/js/commento.js" "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}