mirror of https://github.com/luizdepra/hugo-coder.git

Reberti Carvalho Soares
29.16.2024 b93858af2bb206e94bba67de8093463cb91cb221
fix: Building website (#909)

### Prerequisites

- [x] This pull request fixes a bug.
- [ ] This pull request adds a feature.
- [ ] This pull request introduces breaking change.

### Issues Resolved

Website failing to build because of the line being separated.
2 files modified
4 ■■■■ changed files
CONTRIBUTORS.md 1 ●●●● patch | view | raw | blame | history
layouts/partials/posts/utterances.html 3 ●●●● patch | view | raw | blame | history
CONTRIBUTORS.md
@@ -142,3 +142,4 @@
- [Shaked8634](https://github.com/shaked8634)  
- [Leo Heimann Ruiz](https://leo.heitmannruiz.org/)
- [Antoine "Toinux" Wam](https://github.com/itzwam)
- [Reberti Carvalho Soares](https://github.com/RebertiCS)
layouts/partials/posts/utterances.html
@@ -1,6 +1,5 @@
{{- if isset .Site.Params "utterances" -}}
{{- if and (isset .Site.Params.utterances "repo") (not (eq .Site.Params.utterances.repo "" )) (eq
(.Params.disableComments | default false) false) -}}
{{- if and (isset .Site.Params.utterances "repo") (not (eq .Site.Params.utterances.repo "" )) (eq (.Params.disableComments | default false) false) -}}
<div class="comments">
  <script>