No contents found!
- {% endif %} +No contents found!
+ {% endif %} - {% endfor %} - {% include "partials/paging.html" with posts=posts %} + {% for post in posts %} +diff --git a/.DS_Store b/.DS_Store
index 8ef8a69..4adf542 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/bloggy/templates/base-with-header-footer.html b/bloggy/templates/base-with-header-footer.html
index e434095..e341d5b 100644
--- a/bloggy/templates/base-with-header-footer.html
+++ b/bloggy/templates/base-with-header-footer.html
@@ -23,14 +23,14 @@
No contents found!
- {% endif %} - {% for category in categories %} -+ {{ category.article_count }} article{{ category.article_count | pluralize }} +
+ {% if category.excerpt %} - {{ category.excerpt }} +{{ category.excerpt | slice:"0:120"}}..
{% endif %} + + {% endfor %} - -No contents found!
#} + {# {% endif %}#} + {##} + {# {% for category in categories %}#} + {#No contents found!
- {% endif %} +No contents found!
+ {% endif %} - {% endfor %} - {% include "partials/paging.html" with posts=posts %} + {% for post in posts %} +