diff --git a/_layouts/home.html b/_layouts/home.html index cfe1c6d4..bdced321 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -32,7 +32,7 @@ {% 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 %}

+

{% 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 68ea008a..de352d0d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,7 +23,7 @@
- {{ page.title }} +

{{ page.title }}

{{ page.tagline }}