diff --git a/blog/index.html b/blog/index.html index 9d5c0e2..469f46f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -12,16 +12,16 @@ section_id: blog
{% if post.images %} {% if post.images.size > 1 %} - + post post {% else %} - post + post {% endif %} {% endif %}
-

{{post.title}}

+

{{post.title}}

{% if post.categories != empty %} @@ -38,7 +38,7 @@ section_id: blog

{{post.excerpt}}

-

Read more

+

Read more

{% endif %} @@ -51,16 +51,16 @@ section_id: blog
{% if post.images %} {% if post.images.size > 1 %} - + post post {% else %} - post + post {% endif %} {% endif %}
-

{{post.title}}

+

{{post.title}}

{% if post.categories != empty %} @@ -77,7 +77,7 @@ section_id: blog

{{post.excerpt}}

-

Read more

+

Read more

{% endif %}