update
This commit is contained in:
parent
43c2d9925b
commit
cb52524885
26 changed files with 91 additions and 62 deletions
|
@ -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
|
||||
~~~
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
~~~
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
~~~
|
||||
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
Reference in a new issue