diff --git a/content/templates/content/content_list.html b/content/templates/content/content_list.html index 8c741b0..e74ab0b 100644 --- a/content/templates/content/content_list.html +++ b/content/templates/content/content_list.html @@ -18,7 +18,8 @@ function show_content () { $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800); } -
+
+

{{category.name}}

{{category.description}}

@@ -38,5 +39,7 @@ $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
{% endfor %} +
+
{% endblock %}