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/schema.html | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html
index 4f82f28..694cb8b 100644
--- a/layouts/partials/schema.html
+++ b/layouts/partials/schema.html
@@ -10,7 +10,6 @@
"license": "{{ .Site.Params.Copyright }}"
}
</script>
-
{{ else if .IsPage }}
{{ $author := or (.Params.author) (.Site.Params.author) }}
{{ $favicon := .Site.Params.favicon | absURL }}
@@ -117,5 +116,4 @@
{{ end }}]
}
</script>
-
{{ end }}
--
Gitblit v1.10.0