Skip to content

Commit

Permalink
Make this compatible with v0.120.0 of hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
splusq authored and bep committed Sep 9, 2024
1 parent 208a9e3 commit 87b923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ block "main" . -}}{{- end }}
</main>

{{ if not .Site.IsServer }}
{{ if ne hugo.Environment "development" }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
</body>
Expand Down

0 comments on commit 87b923b

Please sign in to comment.