diff --git a/www/_includes/head.html b/www/_includes/head.html index 3332edaea7..148b4d4376 100644 --- a/www/_includes/head.html +++ b/www/_includes/head.html @@ -44,4 +44,6 @@ + + {% include analytics.html %} diff --git a/www/_layouts/base.html b/www/_layouts/base.html index a3412f4ac5..a57db9d752 100644 --- a/www/_layouts/base.html +++ b/www/_layouts/base.html @@ -7,7 +7,6 @@ {% include head.html %} {{ content }} - {% include analytics.html %} {% include algolia.html %}