summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-09 20:01:50 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-09 20:01:50 -0300
commit261abeafad54fbb625a12404af27578794871c62 (patch)
tree48e9841203b28e09106edfd314409de5d48d31e8 /themes/hugo-whisper-theme/layouts/_default/baseof.html
parentbb298a0e8329889513c055a5984a4231980d96a0 (diff)
Removed all google analytics traces
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/_default/baseof.html')
-rw-r--r--themes/hugo-whisper-theme/layouts/_default/baseof.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/hugo-whisper-theme/layouts/_default/baseof.html b/themes/hugo-whisper-theme/layouts/_default/baseof.html
index 79eede4..650a098 100644
--- a/themes/hugo-whisper-theme/layouts/_default/baseof.html
+++ b/themes/hugo-whisper-theme/layouts/_default/baseof.html
@@ -66,8 +66,6 @@
<script type="text/javascript" src="{{ ($scripts | minify | fingerprint).RelPermalink }}"></script>
{{ end }}
- {{ partial "google-analytics.html" . }}
-
</body>
</html>