From b4982b34e4a3aaf259c9f2e3b3c92f22545696df Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 2 Sep 2022 23:40:17 +0800 Subject: [PATCH] :bug: Fix: missing "comment" class in Commento and Utterances div --- layouts/partials/single/comment.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/single/comment.html b/layouts/partials/single/comment.html index cd9287af..f250c943 100644 --- a/layouts/partials/single/comment.html +++ b/layouts/partials/single/comment.html @@ -196,7 +196,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" -}}