1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/design/2014-07-10-page.md
Moritz »mo.« Sauer cb52524885 update
2015-02-18 16:38:43 +01:00

37 lines
1.2 KiB
Markdown
Executable file

---
layout: page
subheadline: Templates
title: "The Post/Page Template"
teaser: "The default template for posts and pages aligns the page beautifully in the middle. <strong>But</strong> you can customize posts/pages easily via switches in the front matter to <em>get a sidebar</em> and/or to <em>turn off meta-information</em> at the end of the page like categories, tags and dates."
meta_teaser: "This is an example of a beautiful aligned post in the middle. There is no sidebar to distract the reader. The difference to the Page-Template is, that you find meta-information at the bottom of the post."
breadcrumb: true
categories:
- design
tags:
- blog
- content
- post
- post format
image:
title: "unsplash_1.jpg"
credit: Unsplash.com
url: http://unsplash.com
author: mo
---
*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter:
~~~
show_meta: true
~~~
If you don't want to show metadata, it's simple again:
~~~
show_meta: false
~~~
## Other Post Formats
{: .t60 }
{% include list-posts.html tag='post format' %}