Remove remains of deprecated Site.GoogleAnalytics

This commit is contained in:
filvuk 2024-09-02 09:49:12 +02:00
commit fa6bec3497
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{{ $ga := site.Params.marketing.analytics.google_analytics | default site.GoogleAnalytics | default "" }} {{ $ga := site.Params.marketing.analytics.google_analytics | default "" }}
{{ $show_feedback := .Params.feedback | default true }} {{ $show_feedback := .Params.feedback | default true }}
{{ if hugo.IsProduction | and $ga | and $show_feedback }} {{ if hugo.IsProduction | and $ga | and $show_feedback }}

View file

@ -1,5 +1,5 @@
{{/* TODO: port JS & response text from Bootstrap module. Re-integrate with GA plus Fathom/Plausible */}} {{/* TODO: port JS & response text from Bootstrap module. Re-integrate with GA plus Fathom/Plausible */}}
{{/* $ga := site.Params.marketing.analytics.google_analytics | default site.GoogleAnalytics | default "" */}} {{/* $ga := site.Params.marketing.analytics.google_analytics | default "" */}}
{{ $show_feedback := .Params.feedback | default true }} {{ $show_feedback := .Params.feedback | default true }}
{{ if hugo.IsProduction | and $show_feedback }}{{/* | and $ga */}} {{ if hugo.IsProduction | and $show_feedback }}{{/* | and $ga */}}