diff --git a/blog/index.html b/blog/index.html index 107b8d4..48dc359 100644 --- a/blog/index.html +++ b/blog/index.html @@ -9,13 +9,7 @@ section_id: blog {% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 1 %} -
- {% if post.images %} - post - {% endif %} -
-

{{post.title}}

-

+

{% if post.categories != empty %} {% for cat in post.categories %} @@ -28,7 +22,14 @@ section_id: blog / {% endif %} {{ post.date | date: "%B %d, %Y" }} -

+
+
+ {% if post.images %} + post + {% endif %} +
+

{{post.title}}

+

{{post.excerpt}}

Read more