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/footer.html | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5111305..9f9d462 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -4,12 +4,9 @@
©
{{ if isset .context.Site.Params "copyright" }}
{{ replace .context.Site.Params.copyright "{{ YEAR }}" (now.Format "2006") | markdownify }}
-
{{ else }}
{{ .context.Site.Params.author }}
{{ now.Format "2006" }}
-
-
{{ end }}
</li>
{{ range .context.Site.Menus.footer }}
@@ -19,14 +16,12 @@
href="{{ .URL }}"
{{ if strings.HasPrefix .URL "http" }}
target="_blank" rel="noopener noreferrer"
-
{{ end }}
title="{{ .Title }}"
>
{{ .Name }}
</a>
</li>
-
{{ end }}
</ul>
</footer>
@@ -34,15 +29,9 @@
{{- partial "math.html" .context -}}
{{- if (hasPrefix .context.Site.GoogleAnalytics "G-") -}}
{{- template "_internal/google_analytics.html" .context -}}
-
-
{{- else -}}
{{- template "_internal/google_analytics_async.html" .context -}}
-
-
{{- end -}}
{{- if and (hugo.IsProduction) (.context.Site.Params.gtagId) -}}
{{ partial "google-analytics-gtag-async.html" .context }}
-
-
{{- end -}}
--
Gitblit v1.10.0