mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
🐛 Fix: Giscus comments invalid config inputPosition
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user