Update
This commit is contained in:
parent
910f38c2d7
commit
59349258b6
2 changed files with 0 additions and 4 deletions
|
@ -14,9 +14,6 @@ layout: default
|
|||
|
||||
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elseif post.description %}{{ post.description | strip_html | escape }}{% endif %}
|
||||
|
||||
{{ post.meta_description }}
|
||||
|
||||
|
||||
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more ›</strong></a>
|
||||
</p>
|
||||
</div><!-- /.small-12.columns -->
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
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-10 00:00:00
|
||||
categories:
|
||||
- layout
|
||||
- design
|
Reference in a new issue