diff --git a/articles/templates/articles/base.html b/articles/templates/articles/base.html
index 5dda22c..46ac1ca 100644
--- a/articles/templates/articles/base.html
+++ b/articles/templates/articles/base.html
@@ -13,7 +13,7 @@
{% endif %}
{% if open_graph_image %}
-
+
{% endif %}
{% block title %}Home | {% endblock %}Gab's Notes
diff --git a/blog/settings.py b/blog/settings.py
index d3b1625..2595b52 100644
--- a/blog/settings.py
+++ b/blog/settings.py
@@ -101,6 +101,7 @@ TEMPLATES = [
"articles.context_processors.date_format",
"articles.context_processors.git_version",
"articles.context_processors.plausible",
+ "articles.context_processors.open_graph_image",
],
},
},