diff --git a/CHANGELOG.md b/CHANGELOG.md index cc512e59b..15f267096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/layouts/partials/single/comment.html b/layouts/partials/single/comment.html index c52fdc6c8..edfc95252 100644 --- a/layouts/partials/single/comment.html +++ b/layouts/partials/single/comment.html @@ -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"