From 6c5ea1206101728201ff083b8ed3fb271e4c1225 Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Thu, 31 Mar 2022 18:43:40 +0000
Subject: [PATCH] style: prettier format all files
---
layouts/partials/footer.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b231dc1..0ef2567 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -34,8 +34,10 @@
{{- 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 }}
--
Gitblit v1.10.0