diff --git a/_includes/_head.html b/_includes/_head.html
index ce4b1545..27137547 100644
--- a/_includes/_head.html
+++ b/_includes/_head.html
@@ -5,8 +5,10 @@
- {% if jekyll.environment == 'prod' or jekyll.environment == 'stage' %}
+ {% if jekyll.environment == 'prod' %}
+ {% elsif jekyll.environment == 'stage' %}
+
{% else %}
{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index f6a8a8f9..9728d0da 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -17,8 +17,10 @@