From 05fb97779b9484936700aec67d177afd9f6bc019 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Wed, 3 Sep 2025 18:07:55 +0800 Subject: [PATCH] Fix utterances class name conflict --- layout/_partials/comments.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/_partials/comments.njk b/layout/_partials/comments.njk index cd38ca3..b9cf3ad 100644 --- a/layout/_partials/comments.njk +++ b/layout/_partials/comments.njk @@ -6,11 +6,11 @@ {%- if theme.comments.style == 'buttons' %}
{%- for inject_item in theme.injects.comment %} - {{ inject_item.locals.button }} + {{ inject_item.locals.button }} {%- endfor %}
{%- for inject_item in theme.injects.comment %} -
+
{{ partial(inject_item.layout, inject_item.locals, inject_item.options) }}
{%- endfor %}