From 800b13d687b8df22e9050874366e5ce79e7b80bf Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Fri, 18 Nov 2022 15:08:44 +0000
Subject: [PATCH] style: prettier format all files

---
 layouts/partials/expirationnote.html |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/layouts/partials/expirationnote.html b/layouts/partials/expirationnote.html
index 00b6f6b..6513d4f 100644
--- a/layouts/partials/expirationnote.html
+++ b/layouts/partials/expirationnote.html
@@ -4,14 +4,10 @@
 
   {{- if and (ne .Type "post") (ne .Type .Site.Params.postSectionName) -}}
     {{- $duration = 0 -}}
-
-
   {{- end -}}
 
   {{- if (isset .Params "old_content_duration") -}}
     {{- $duration = .Params.old_content_duration -}}
-
-
   {{- end -}}
 
   {{- if and (gt $ageDays $duration) (ne $duration 0) -}}
@@ -19,8 +15,6 @@
       <div class="alert__indicator">!</div>
       {{ i18n "old_content_warning" (dict "Count" $duration) }}
     </div>
-
   {{- end -}}
 
-
 {{- end -}}

--
Gitblit v1.10.0