diff --git a/_layouts/blog.html b/_layouts/blog.html index 6fd13e1..81873d1 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -11,7 +11,12 @@ layout: default

{{ post.title }}

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

diff --git a/_posts/design/2014-07-10-page.md b/_posts/design/2014-07-10-page.md index 6bd53b4..889c4ad 100644 --- a/_posts/design/2014-07-10-page.md +++ b/_posts/design/2014-07-10-page.md @@ -2,7 +2,7 @@ layout: page title: "Page Template" meta_description: "This is an example of a beautiful aligned page in the middle. There is no sidebar to distract the reader. The difference to the Post-Template is, that you find no meta-information at the bottom of the post." -date: 2014-09-15 00:00:00 +date: 2014-09-10 00:00:00 categories: - layout - design