File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ comments:
114
114
category :
115
115
category_id :
116
116
mapping : # optional, default to 'pathname'
117
+ strict : # optional, default to '0'
117
118
input_position : # optional, default to 'bottom'
118
119
lang : # optional, default to the value of `site.lang`
119
120
reactions_enabled : # optional, default to the value of `1`
Original file line number Diff line number Diff line change 25
25
'data-category' : '{{ site.comments.giscus.category }}' ,
26
26
'data-category-id' : '{{ site.comments.giscus.category_id }}' ,
27
27
'data-mapping' : '{{ site.comments.giscus.mapping | default: ' pathname ' }}' ,
28
+ 'data-strict' : '{{ site.comments.giscus.strict | default: ' 0 ' }}' ,
28
29
'data-reactions-enabled' : '{{ site.comments.giscus.reactions_enabled | default: ' 1 ' }}' ,
29
30
'data-emit-metadata' : '0' ,
30
31
'data-theme' : initTheme ,
You can’t perform that action at this time.
0 commit comments