Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlxndrblz <lxndrblz@users.noreply.github.com>2022-04-05 21:05:14 +0300
committerGitHub Actions <actions@github.com>2022-04-05 21:05:14 +0300
commitfea51d13574212a94bc80190735dbdc2e35cfc26 (patch)
tree71059bd89930addcc92aa64cfc2cf8010d9d7976
parentd8e49cd2f26cf6466b24a1b54a3b462e66ff66d6 (diff)
style: prettier format all files
-rw-r--r--layouts/partials/footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0ef2567..5111305 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -35,9 +35,11 @@
{{- 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 }}