1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-15 21:40:23 +02:00
parent eea4201f66
commit d777c4d6b1
2 changed files with 7 additions and 2 deletions

View file

@ -11,7 +11,12 @@ layout: default
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
<p>
{% if post.image.thumb %}<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img src="{{ site.url }}/assets/img/{{ post.image.thumb }}" class="alignleft" width="150" height="150" alt="{{ page.title escape_once }}"></a>{% 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 }}
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more </strong></a>
</p>
</div><!-- /.small-12.columns -->

View file

@ -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