mirror of
https://github.com/zoriya/blog.git
synced 2025-12-05 22:16:10 +00:00
Enable uterance comments
This commit is contained in:
@@ -20,6 +20,7 @@ article.showTaxonomies = true
|
|||||||
article.showRelatedContent = true
|
article.showRelatedContent = true
|
||||||
article.relatedContentLimit = 3
|
article.relatedContentLimit = 3
|
||||||
article.showHero = true
|
article.showHero = true
|
||||||
|
article.showComments = true
|
||||||
article.heroStyle = "background"
|
article.heroStyle = "background"
|
||||||
list.showSummary = false
|
list.showSummary = false
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 458 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB |
8
layouts/partials/comments.html
Normal file
8
layouts/partials/comments.html
Normal 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>
|
||||||
Reference in New Issue
Block a user