Skip to content

Commit

Permalink
Update baseof.html
Browse files Browse the repository at this point in the history
  • Loading branch information
plippe authored and bep committed Feb 23, 2020
1 parent a56b6f8 commit 6ac8506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
{{ block "main" . -}}{{- end }}
</main>

{{ template "_internal/google_analytics_async.html" . }}
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
</body>
</html>

0 comments on commit 6ac8506

Please sign in to comment.