diff --git a/.gitignore b/.gitignore
index b428d603e0..09c7667442 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ content/community/people/
content/community/donate/
static/assets/examples/
static/processed_images/
+static/assets/donor_logos/
# Tools
target/
diff --git a/templates/news.html b/templates/news.html
index 8f0bba66c2..10e7f21979 100644
--- a/templates/news.html
+++ b/templates/news.html
@@ -9,7 +9,7 @@
{% if page.extra.image %}
{% set image_parent = page.path | replace(from="_index.md", to="") %}
{% else %}
diff --git a/templates/sponsors.html b/templates/sponsors.html
index 67e011d738..f0bb056434 100644
--- a/templates/sponsors.html
+++ b/templates/sponsors.html
@@ -56,13 +56,14 @@