Skip to content

Commit

Permalink
Fix internal google analytics template not found (EmielH#72)
Browse files Browse the repository at this point in the history
Co-authored-by: R. Bramaditya <bramadityaw@duck.com>
  • Loading branch information
bramadityaw and R. Bramaditya authored Jan 5, 2025
1 parent 807a27b commit 6ed4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<!-- Google Analytics -->
{{ template "_internal/google_analytics_async.html" . }}
{{ template "_internal/google_analytics.html" . }}
<!--- OpenGraph metadata -->
{{ template "_internal/opengraph.html" . }}

Expand Down

0 comments on commit 6ed4ebd

Please sign in to comment.