diff --git a/_layouts/category.html b/_layouts/category.html index a9722ed1..0b369c6f 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -15,40 +15,68 @@
- {% if post.synopsis %}{{ post.synopsis }}{% else %}{{ post.excerpt }}{% endif %} -
-- - Continue reading... - -
+ {% assign category_posts = site.posts | where: 'category',page.category | reverse %} + {% for post in category_posts %} + {% if post.demos %} + {% assign there_are_posts_with_demos = true %} + {% endif %} ++ {% if post.synopsis %}{{ post.synopsis }}{% else %}{{ post.excerpt }}{% endif %} +
++ + Continue reading... + +
+