diff --git a/website/blog/templates/blog/blog_collection_list_page.html b/website/blog/templates/blog/blog_collection_list_page.html index ea82377..2ef36a3 100644 --- a/website/blog/templates/blog/blog_collection_list_page.html +++ b/website/blog/templates/blog/blog_collection_list_page.html @@ -6,4 +6,4 @@ {% include "common/listing-item.html" with page=collection %} {% endfor %} -{% endblock content %} +{% endblock %} diff --git a/website/blog/templates/blog/blog_collection_page.html b/website/blog/templates/blog/blog_collection_page.html index 066dbc1..06e1c0c 100644 --- a/website/blog/templates/blog/blog_collection_page.html +++ b/website/blog/templates/blog/blog_collection_page.html @@ -6,4 +6,4 @@ {% include "common/listing-item.html" %} {% endfor %} -{% endblock content %} +{% endblock %}