Enable uterance comments

This commit is contained in:
2024-06-05 14:44:27 +02:00
parent 24aed97390
commit cd6d7c0ef7
4 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ article.showTaxonomies = true
article.showRelatedContent = true
article.relatedContentLimit = 3
article.showHero = true
article.showComments = true
article.heroStyle = "background"
list.showSummary = false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -0,0 +1,8 @@
<script src="https://utteranc.es/client.js"
repo="zoriya/blog"
issue-term="pathname"
label="comments"
theme="preferred-color-scheme"
crossorigin="anonymous"
async>
</script>