diff --git a/_layouts/blog.html b/_layouts/blog.html index 6b9af4a..125e233 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -12,8 +12,11 @@ layout: default

{% if post.image.thumb %}{{ page.title escape_once }}{% endif %} - {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %} + {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elseif post.description %}{{ post.description | strip_html | escape }}{% endif %} +{{ post.meta_description }} + + Read more ›