Skip to content

Commit

Permalink
Merge pull request #352 from Vimux/remove-internal-ga-async-include
Browse files Browse the repository at this point in the history
Remove google_analytics_async.html include
  • Loading branch information
Vimux authored Nov 16, 2023
2 parents 6029a90 + ce70016 commit c243571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@

<link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}">
{{- if not .Site.IsServer }}
{{- if hasPrefix .Site.GoogleAnalytics "G-" }}
{{ template "_internal/google_analytics.html" . }}
{{- else }}
{{ template "_internal/google_analytics_async.html" . }}
{{- end }}
{{- end }}
</head>
<body class="body">
Expand Down

0 comments on commit c243571

Please sign in to comment.