diff --git a/_includes/head.html b/_includes/head.html index c397baa..8c1afd9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -37,3 +37,15 @@ {% if site.enable_darkmode %} {% endif %} + +{% if site.enable_google_analytics %} + + + +{% endif %} diff --git a/_includes/scripts/misc.html b/_includes/scripts/misc.html index 6b10cef..a18682b 100644 --- a/_includes/scripts/misc.html +++ b/_includes/scripts/misc.html @@ -5,17 +5,6 @@ $(function () {$('[data-toggle="tooltip"]').tooltip()}) {% endif %} -{% if site.enable_google_analytics %} - - - -{% endif %}