1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 16:38:43 +01:00
parent 43c2d9925b
commit cb52524885
26 changed files with 91 additions and 62 deletions

View file

@ -17,13 +17,13 @@ image:
*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_metadata: true
show_meta: true
~~~
If you don't want to show metadata, it's simple again:
~~~
show_metadata: false
show_meta: false
~~~

View file

@ -21,13 +21,13 @@ 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_metadata: true
show_meta: true
~~~
If you don't want to show metadata, it's simple again:
~~~
show_metadata: false
show_meta: false
~~~

View file

@ -18,13 +18,13 @@ image:
*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_metadata: true
show_meta: true
~~~
If you don't want to show metadata, it's simple again:
~~~
show_metadata: false
show_meta: false
~~~

View file

@ -1,6 +1,6 @@
---
layout: video
show_metadata: false
show_meta: false
title: "Video Template"
subheadline: "Templates"
teaser: "If you want to show videos in a large manner, the video template is the right choice."

View file

@ -13,7 +13,7 @@ image:
categories:
- design
comments: true
show_metadata: false
show_meta: false
---
If you want to use Disqus-Comments with *Feeling Responsive*, just open `config.yml` and add your `disqus_shortname`. [More on how to use Disqus ](https://disqus.com/websites/)