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 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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