diff --git a/templates/partials/featuredNews.html b/templates/partials/featuredNews.html
index 9a2da3094..3388c2e13 100644
--- a/templates/partials/featuredNews.html
+++ b/templates/partials/featuredNews.html
@@ -30,9 +30,9 @@
-
+
{% if featured.extra.imgPath %}
-

+

{% endif %}
diff --git a/templates/partials/newsPosts.html b/templates/partials/newsPosts.html
index 5db545038..b018916b9 100644
--- a/templates/partials/newsPosts.html
+++ b/templates/partials/newsPosts.html
@@ -1,8 +1,8 @@
{% block content %}
-
+
{% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %}
diff --git a/templates/partials/newsSidebar.html b/templates/partials/newsSidebar.html
index 7908b4284..1d3f625e6 100644
--- a/templates/partials/newsSidebar.html
+++ b/templates/partials/newsSidebar.html
@@ -2,7 +2,7 @@
FILTER NEWS BY
-
All
+
All
{% set taxonomy = get_taxonomy(kind="news-category") %}
{% set categories = taxonomy.items %}
{% for category in categories %}
@@ -12,7 +12,7 @@
{% endfor %}
-{% set section = get_section(path="news/_index.md")%}
+{% set section = get_section(path="newsroom/_index.md")%}
FEATURED NEWS