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-09-post-left-sidebar.md
Moritz »mo.« Sauer cb52524885 update
2015-02-18 16:38:43 +01:00

32 lines
695 B
Markdown
Executable file

---
layout: page
sidebar: left
subheadline: Templates
title: "Page/Post With Left Sidebar"
teaser: "This is a example of page/post with a sidebar on the left."
breadcrumb: true
tags:
- post format
categories:
- design
image:
title: "unsplash_1.jpg"
credit: Unsplash.com
url: http://unsplash.com
---
*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' %}