Skip to content

Commit

Permalink
Merge pull request #110 from vitahlin/master
Browse files Browse the repository at this point in the history
fix google_analytics_async.html => google_analytics.html
  • Loading branch information
Ice-Hazymoon authored Jun 25, 2024
2 parents 15a14f8 + 4f99ece commit d982205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/html/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

<!-- google analytics -->
{{- if .Site.GoogleAnalytics -}}{{- template "_internal/google_analytics_async.html" . -}}{{- end -}}
{{- if .Site.GoogleAnalytics -}}{{- template "_internal/google_analytics.html" . -}}{{- end -}}


<!-- theme config script -->
Expand Down

0 comments on commit d982205

Please sign in to comment.