Commit fdc8c2a 1 parent b1b667e commit fdc8c2a Copy full SHA for fdc8c2a
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,13 @@ footer-hover-col: "#0085A1"
239
239
# category: Announcements # Category name of your GitHub Discussion posts
240
240
# category-id: # ID of your category, retrieve this info from https://giscus.app
241
241
# mapping: pathname
242
+ # strict: 0
242
243
# reactions-enabled: 1
243
244
# emit-metadata: 0
245
+ # input-position: bottom
244
246
# theme: light
247
+ # lang: en
248
+ # lazy-loading: true
245
249
246
250
# ###############
247
251
# --- Misc --- #
Original file line number Diff line number Diff line change 6
6
data-category ="{{ site.giscus.category }} "
7
7
data-category-id ="{{ site.giscus.category-id }} "
8
8
data-mapping ="{{ site.giscus.mapping }} "
9
+ data-strict ="{{ site.giscus.strict }} "
9
10
data-reactions-enabled ="{{ site.giscus.reactions-enabled }} "
10
11
data-emit-metadata ="{{ site.giscus.emit-metadata }} "
12
+ data-input-position ="{{ site.giscus.input-position }} "
11
13
data-theme ="{{ site.giscus.theme }} "
14
+ data-lang ="{{ site.giscus.lang }} "
15
+ {% if site.giscus.lazy-loading == true %}
16
+ data-loading ="lazy "
17
+ {% endif %}
12
18
crossorigin ="anonymous "
13
19
async >
14
20
</ script >
You can’t perform that action at this time.
0 commit comments