diff --git a/bookwyrm/templates/feed/feed.html b/bookwyrm/templates/feed/feed.html
index 265a467a..5c4e14e6 100644
--- a/bookwyrm/templates/feed/feed.html
+++ b/bookwyrm/templates/feed/feed.html
@@ -22,7 +22,7 @@
{% blocktrans with tab_key=tab.key %}load 0 unread status(es){% endblocktrans %}
-{% if request.user.show_goal and not goal and tab.key == streams.first.key %}
+{% if request.user.show_goal and not goal and tab.key == 'home' %}
{% now 'Y' as year %}
{% include 'snippets/goal_card.html' with year=year %}