_layouts/default.html in kcc-gem-theme-1.70.69 vs _layouts/default.html in kcc-gem-theme-1.70.70

- old
+ new

@@ -13,10 +13,10 @@ {% include body.html %} {% include scripts/google-noscript.html %} {% if site.translate == true %}{% include translate.html %}{% endif %} {% include nav-global.html %} {% if page.no_local_nav != true %}{% include nav-local.html %}{% endif %} - {% include emergency-alerts.html %} + {% if page.no_alert != true %}{% include emergency-alerts.html %}{% endif %} {{ content }} {% include footer.html %} {% include scripts/vendor-cdn.html %} {% include scripts/kcc-nav.html %} {% include scripts/kcc-theme.html %}