diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 97b1f76..bfd7e42 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,9 +7,5 @@
{{ block "content" . -}}{{- end }}
{{ block "footer" . -}}{{- end }}
- {{ if and (not .Site.BuildDrafts) (.Site.GoogleAnalytics) -}}
- {{ "" | safeHTML }}
- {{ template "_internal/google_analytics_async.html" . }}
- {{- end }}