summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
author裸奔狂甩丁丁 <30397306+StreakingMan@users.noreply.github.com>2022-05-05 23:36:54 +0800
committerGitHub <noreply@github.com>2022-05-05 23:36:54 +0800
commit26475d899bfd1cd7abdef35ecd2d77274064e0cd (patch)
tree664bf569b192d7997e2b1ae62de8307a438b831a /_layouts
parentffb0e94ff53d3585efd7acad7560dd11a153f5e6 (diff)
feat: support utterances comment (#83)
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index d1680a2..c561308 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -69,6 +69,10 @@ sidebar:
{%- include extensions/comments/gitment.html -%}
{%- endif -%}
+ {%- if site.utterances.repo -%}
+ {%- include extensions/comments/utterances.html -%}
+ {%- endif -%}
+
{%- endif -%}
</div>
{%- endif -%}