Skip to content

Commit

Permalink
🐛 Fix: Giscus comments invalid config inputPosition
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed May 17, 2022
1 parent aa208e2 commit fd1ebab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/single/comment.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd1ebab

Please sign in to comment.