Update
This commit is contained in:
parent
eea4201f66
commit
d777c4d6b1
2 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,12 @@ layout: default
|
||||||
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
|
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||||
<p>
|
<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 %}
|
{% 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>
|
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more ›</strong></a>
|
||||||
</p>
|
</p>
|
||||||
</div><!-- /.small-12.columns -->
|
</div><!-- /.small-12.columns -->
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: "Page Template"
|
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."
|
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:
|
categories:
|
||||||
- layout
|
- layout
|
||||||
- design
|
- design
|
||||||
|
|
Reference in a new issue