[mod] trailing spaces

This commit is contained in:
Laurent Peuch 2016-02-16 09:56:20 +01:00
parent ed84052178
commit 81bd497e6b

View File

@ -58,11 +58,11 @@ sub_title: it's a scary place, don't go there
``` ```
#### Menu #### Menu
It is possible to add a menu to your homepage that links to static pages. To do so, add a `menu` key to your `settings.yaml`, for example: It is possible to add a menu to your homepage that links to static pages. To do so, add a `menu` key to your `settings.yaml`, for example:
```yaml ```yaml
menu: menu:
- about: "About" - about: "About"
- first_gallery: "My first gallery" - first_gallery: "My first gallery"
- http://twitter.com: "Twitter" - http://twitter.com: "Twitter"
@ -73,7 +73,7 @@ For example, this could be the content of `settings.yaml` in `about` folder:
```yaml ```yaml
title: "About" title: "About"
static: true static: true
public: false public: false
sections: sections:
- type: text - type: text
text: Some text, HTML <b>is allowed</b>. text: Some text, HTML <b>is allowed</b>.