diff --git a/themes/maik-blog/layouts/partials/head.html b/themes/maik-blog/layouts/partials/head.html index 6db0d01..ea17ad6 100644 --- a/themes/maik-blog/layouts/partials/head.html +++ b/themes/maik-blog/layouts/partials/head.html @@ -66,4 +66,17 @@ type="application/json" title="{{ .Site.Title }}" /> {{ end }} -{{ template "_internal/google_analytics_async.html" . }} \ No newline at end of file +{{ if .Site.GoogleAnalytics }} + + + +{{ end }} \ No newline at end of file