From e4803723da018b6cc8c1f3735deda361b0f384ef Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Thu, 11 Nov 2021 17:09:09 +0000
Subject: [PATCH] style: prettier format all files

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

diff --git a/layouts/partials/expirationnote.html b/layouts/partials/expirationnote.html
index 537ec1a..134c3a1 100644
--- a/layouts/partials/expirationnote.html
+++ b/layouts/partials/expirationnote.html
@@ -5,11 +5,13 @@
   {{- 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) -}}

--
Gitblit v1.10.0