diff --git a/_includes/js-selector.html b/_includes/js-selector.html index ff2f295..fad9600 100644 --- a/_includes/js-selector.html +++ b/_includes/js-selector.html @@ -2,21 +2,6 @@ JS selector for site. --> - - - - -{% if jekyll.environment == 'production' %} - - - - - {% if site.google_analytics.id %} - {% include google-analytics.html %} - {% endif %} - -{% endif %} - {% if page.layout == 'home' or page.layout == 'post' %} @@ -66,3 +51,18 @@ src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> {% endif %} + + + + + +{% if jekyll.environment == 'production' %} + + + + + {% if site.google_analytics.id %} + {% include google-analytics.html %} + {% endif %} + +{% endif %}