diff --git a/_layouts/home.html b/_layouts/home.html index 3d0565cb..4fedaf09 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -25,13 +25,13 @@ {% include author-bio.html %} -
+

Latest Articles


{% for post in site.categories.articles limit:5 %} -
-

{{ post.title }}

-

{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

+
+

{{ post.title }}

+

{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %}
diff --git a/_layouts/page.html b/_layouts/page.html index 2e59c241..754c0651 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -14,14 +14,14 @@ {% include navigation.html %} {% if page.image.feature %}
- {{ page.title }} feature image + {{ page.title }} feature image
{% endif %} -
+
-
+

{{ page.title }}

diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 8c91277a..0c66e282 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -25,12 +25,12 @@ {% include author-bio.html %}
-
+
{% for post in site.posts %} -
-

{{ post.title }}

+
+

{{ post.title }}

-

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

+

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %}
diff --git a/_layouts/post.html b/_layouts/post.html index df5e4345..39470baf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@ {% include navigation.html %} {% if page.image.feature %}
- {{ page.title }} feature image + {{ page.title }} feature image
{% endif %}