diff --git a/bookwyrm/templates/feed/feed.html b/bookwyrm/templates/feed/feed.html
index f25ec869..e883b6b2 100644
--- a/bookwyrm/templates/feed/feed.html
+++ b/bookwyrm/templates/feed/feed.html
@@ -73,7 +73,7 @@
{% endif %}
{% if annual_summary_year and tab.key == 'home' %}
-
+
{% include 'feed/summary_card.html' with year=annual_summary_year %}
diff --git a/bookwyrm/templates/feed/summary_card.html b/bookwyrm/templates/feed/summary_card.html
index a5bc4643..02718cdd 100644
--- a/bookwyrm/templates/feed/summary_card.html
+++ b/bookwyrm/templates/feed/summary_card.html
@@ -7,6 +7,13 @@
✨
{% blocktrans %}{{ year }} in the books{% endblocktrans %}
+
+
{% endblock %}
{% block card-content %}