diff --git a/bookwyrm/templates/about/about.html b/bookwyrm/templates/about/about.html
index acc89b0e..4e533b11 100644
--- a/bookwyrm/templates/about/about.html
+++ b/bookwyrm/templates/about/about.html
@@ -12,6 +12,7 @@
{% block about_content %}
{# seven day cache #}
{% cache 604800 about_page %}
+
{% get_book_superlatives as superlatives %}
@@ -26,7 +27,7 @@