1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat: add support for giscus strict title matching (#1614)

This commit is contained in:
GetOutOfMyBakery
2024-03-18 11:08:05 +00:00
committed by GitHub
parent 8e5fbb7a74
commit 700fd5bad7
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
'data-category': '{{ site.comments.giscus.category }}',
'data-category-id': '{{ site.comments.giscus.category_id }}',
'data-mapping': '{{ site.comments.giscus.mapping | default: 'pathname' }}',
'data-strict' : '{{ site.comments.giscus.strict | default: '0' }}',
'data-reactions-enabled': '{{ site.comments.giscus.reactions_enabled | default: '1' }}',
'data-emit-metadata': '0',
'data-theme': initTheme,