🐛 Fix: Giscus comments invalid config inputPosition

This commit is contained in:
Cell
2022-05-17 11:27:07 +08:00
parent aa208e20b7
commit fd1ebab6f0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
> Add hugo new features support.
> Snapshot:
- :bug: Fix: Giscus comments invalid config `inputPosition`
- :art: Style: add scroll bar for auto toc ([#136](https://github.com/Lruihao/FixIt/issues/136))
- :arrow_up: Chore: update some third-party libraries
- **Full Changelog:** @Lruihao [`v0.2.14...v0.2.15`](https://github.com/Lruihao/FixIt/compare/v0.2.14...v0.2.15)
+1 -1
View File
@@ -250,7 +250,7 @@
data-theme="preferred_color_scheme"
data-reactions-enabled="{{ .ReactionsEnabled }}"
data-emit-metadata="{{ .EmitMetadata }}"
data-input-position="{{ .EnputPosition }}"
data-input-position="{{ .InputPosition }}"
data-lang="{{ $.Site.LanguageCode }}"
{{ if ne .LazyLoad false }}data-loading="lazy"{{ end }}
crossorigin="anonymous"