{{post.title}}
-+ +
{% if post.categories != empty %}
{% for cat in post.categories %}
@@ -27,30 +22,41 @@ section_id: blog
/
{% endif %}
- {{ post.date | date: "%B %d, %Y" }}
-
+
+
+ {{ post.date | date: "%d" }}
+{{ post.date | date: "%B %Y" }}
+
+
+
+
-
+
+
+
+
+
+
{% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}
- {% if mod == 0 %}
-
- {% if post.images %}
-
- {% endif %}
-
-
{{post.title}}
-+ {% if mod == 1 %} + +
{% if post.categories != empty %}
{% for cat in post.categories %}
- {{cat | capitalize}}
+ {{cat | capitalize }}
{% unless forloop.last %}
,
{% endunless %}
@@ -58,11 +64,25 @@ section_id: blog
/
{% endif %}
- {{ post.date | date: "%B %d, %Y" }}
-
+
+
+ {{ post.date | date: "%d" }}
+{{ post.date | date: "%B %Y" }}
+
+
+
+
+
+
+