From b93858af2bb206e94bba67de8093463cb91cb221 Mon Sep 17 00:00:00 2001
From: Reberti Carvalho Soares <147840975+RebertiCS@users.noreply.github.com>
Date: Mon, 29 Apr 2024 15:16:55 +0000
Subject: [PATCH] fix: Building website (#909)
---
layouts/partials/posts/utterances.html | 3 +--
CONTRIBUTORS.md | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 293b6b8..43ec4a7 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -141,4 +141,5 @@
- [Sammy44nts](https://github.com/sammy44nts)
- [Shaked8634](https://github.com/shaked8634)
- [Leo Heimann Ruiz](https://leo.heitmannruiz.org/)
-- [Antoine "Toinux" Wam](https://github.com/itzwam)
\ No newline at end of file
+- [Antoine "Toinux" Wam](https://github.com/itzwam)
+- [Reberti Carvalho Soares](https://github.com/RebertiCS)
\ No newline at end of file
diff --git a/layouts/partials/posts/utterances.html b/layouts/partials/posts/utterances.html
index 5388cf6..80bf90e 100644
--- a/layouts/partials/posts/utterances.html
+++ b/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>
--
Gitblit v1.10.0