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

@ -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
~~~