Skip to content

Commit

Permalink
fix(google-analytics): drop the deprecated template (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Oct 29, 2023
1 parent fb3da36 commit 1f4caaf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions layouts/partials/assets/google-analytics.html
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{{- if hasPrefix .Site.GoogleAnalytics "G-" -}}
{{- template "_internal/google_analytics.html" . -}}
{{- else -}}
{{- template "_internal/google_analytics_async.html" . -}}
{{- end -}}
{{- template "_internal/google_analytics.html" . -}}

0 comments on commit 1f4caaf

Please sign in to comment.