mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
31.43.2022 6c5ea1206101728201ff083b8ed3fb271e4c1225
style: prettier format all files
1 files modified
2 ■■■■■ changed files
layouts/partials/footer.html 2 ●●●●● patch | view | raw | blame | history
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 }}