From 910f38c2d70d7a3c5fe09d432936cd35878e9faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Mon, 15 Sep 2014 21:44:20 +0200 Subject: [PATCH] Update --- _layouts/blog.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ›