diff --git a/blog/index.html b/blog/index.html index d4cc49c..a00954f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -47,17 +47,11 @@ section_id: blog {% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 0 %} -
- {% if post.images %} - post - {% endif %} -
-

{{post.title}}

-

+

{% if post.categories != empty %} {% for cat in post.categories %} - {{cat | capitalize}} + {{cat | capitalize }} {% unless forloop.last %} , {% endunless %} @@ -65,11 +59,21 @@ section_id: blog / {% endif %} - {{ post.date | date: "%B %d, %Y" }} -

+

{{ post.date | date: "%d" }}

+

{{ post.date | date: "%B %Y" }}

+
+
+
+

{{post.title}}

{{post.excerpt}}

Read more

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