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/shortcodes/notice.html | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html
index 27b7db0..b436927 100644
--- a/layouts/shortcodes/notice.html
+++ b/layouts/shortcodes/notice.html
@@ -3,19 +3,15 @@
<div
class="notice{{ if eq $noticeType "warning" }}
notice--warning
-
{{ else if eq $noticeType "update" }}
notice--update
-
{{ end }}"
>
<span
class="notice__title{{ if eq $noticeType "warning" }}
notice__title--warning
-
{{ else if eq $noticeType "update" }}
notice__title--update
-
{{ end }}"
>
{{- i18n $noticeType -}}
--
Gitblit v1.10.0