mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
✨ Feat: add paramater strict for giscus comment
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user