{{ site.data.locales[lang].notification.update_found }}
- -{{ site.data.locales[lang].notification.update_found }}
+ +diff --git a/_includes/head.html b/_includes/head.html index c81f6cb..eb3ffd3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -102,7 +102,7 @@ }); } - +{% if jekyll.environment == 'production' and site.google_analytics.id != empty and site.google_analytics.id %} +{% endif %} {% unless site.theme_mode %} {% include mode-toggle.html %} diff --git a/_layouts/default.html b/_layouts/default.html index 0946935..0854db1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,73 +10,64 @@ layout: compress {% include lang.html %} {% capture prefer_mode %} - {% if site.theme_mode %} - data-mode="{{ site.theme_mode }}" - {% endif %} +{% if site.theme_mode %} +data-mode="{{ site.theme_mode }}" +{% endif %} {% endcapture %} - {% include head.html %} +{% include head.html %} -
- - - + + + {% if jekyll.environment == 'production' and site.google_analytics.id != empty and site.google_analytics.id %} + + + {% endif %} + + {% include sidebar.html lang=lang %} - {% include sidebar.html lang=lang %} - -{{ site.data.locales[lang].notification.update_found }}
- -{{ site.data.locales[lang].notification.update_found }}
+ +