diff options
author | 裸奔狂甩丁丁 <30397306+StreakingMan@users.noreply.github.com> | 2022-05-05 23:36:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 23:36:54 +0800 |
commit | 26475d899bfd1cd7abdef35ecd2d77274064e0cd (patch) | |
tree | 664bf569b192d7997e2b1ae62de8307a438b831a /_layouts/post.html | |
parent | ffb0e94ff53d3585efd7acad7560dd11a153f5e6 (diff) |
feat: support utterances comment (#83)
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 4 |
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 -%} |