Skip to content
Snippets Groups Projects
Unverified Commit 8fae4af8 authored by Alexandre Vicenzi's avatar Alexandre Vicenzi Committed by GitHub
Browse files

Merge pull request #11 from deining/hyde

Do not load GA in dev mode
parents 32d39a31 211f77c2
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,8 @@ ...@@ -74,6 +74,8 @@
<script src="{{ . | relURL }}"></script> <script src="{{ . | relURL }}"></script>
{{- end}} {{- end}}
{{ template "_internal/google_analytics_async.html" . }} {{ if not .Site.IsServer }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment