diff --git a/publichealth/home/templates/banner.html b/publichealth/home/templates/banner.html
index c60f2b2..1da31a9 100644
--- a/publichealth/home/templates/banner.html
+++ b/publichealth/home/templates/banner.html
@@ -3,6 +3,7 @@
{% for entry in featured %}
+ {% if entry.feed_image %}
{% image entry.feed_image original as entry_photo %}
@@ -13,6 +14,7 @@
+ {% endif %}
{% empty %}
Please add articles to the front page using the "Featured" option.
{% endfor %}
diff --git a/publichealth/home/templates/tags/language.html b/publichealth/home/templates/tags/language.html
index a9c465f..08c34b7 100644
--- a/publichealth/home/templates/tags/language.html
+++ b/publichealth/home/templates/tags/language.html
@@ -1,3 +1,6 @@
{% for lang in languages %}
{{ lang.title }}
{% endfor %}
+{% if site_root.slug == "sphc" %}
+
En
+{% endif %}
diff --git a/publichealth/static/css/sphc.css b/publichealth/static/css/sphc.css
index 9a91247..303b5cb 100644
--- a/publichealth/static/css/sphc.css
+++ b/publichealth/static/css/sphc.css
@@ -1,4 +1,4 @@
-#footer { display: none; }
+#news, #footer { display: none; }
.navbar-brand span, .navbar-brand img { display:none; }
a.navbar-brand {