Feat: add paramater strict for giscus comment

This commit is contained in:
Cell
2023-03-20 10:47:10 +08:00
parent 40cb2e412a
commit bc6d8f47c2
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
- :sparkles: Feat: add instant page (@Mejituu [#279](https://github.com/hugo-fixit/FixIt/pull/279))
- :sparkles: Feat: add `force` option value to `params.page.lightgallery`
- :sparkles: Feat: add loop paramter for typeit ([#303](https://github.com/hugo-fixit/FixIt/pull/303))
- :sparkles: Feat: add paramater strict for giscus comment
- :bug: Fix: donate images without lazy loading (@Mejituu [#279](https://github.com/hugo-fixit/FixIt/pull/279))
- :bug: Fix: discordinvite typo (@mathieu-gilloots [#282](https://github.com/hugo-fixit/FixIt/pull/282))
- :bug: Fix: missing parameter `requiredFields` for Valine
+1
View File
@@ -612,6 +612,7 @@
category = ""
categoryId = ""
mapping = ""
strict = "0" # FixIt NEW | 0.2.18
term = ""
reactionsEnabled = "1"
emitMetadata = "0"
+1 -1
Submodule docs updated: 174a8ee1dd...0617d413d0
+1
View File
@@ -273,6 +273,7 @@
data-category="{{ .Category }}"
data-category-id="{{ .CategoryId }}"
data-mapping="{{ .Mapping }}"
data-strict="{{ .Strict }}"
{{ if .Term }}data-term="{{ .Term }}"{{ end }}
data-theme="preferred_color_scheme"
data-reactions-enabled="{{ .ReactionsEnabled }}"