From 81bd497e6b349baf513fe224a096b39e8e921ff6 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 16 Feb 2016 09:56:20 +0100 Subject: [PATCH] [mod] trailing spaces --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2f6fb9..dac879c 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ sub_title: it's a scary place, don't go there ``` #### 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: ```yaml -menu: +menu: - about: "About" - first_gallery: "My first gallery" - http://twitter.com: "Twitter" @@ -73,7 +73,7 @@ For example, this could be the content of `settings.yaml` in `about` folder: ```yaml title: "About" static: true -public: false +public: false sections: - type: text text: Some text, HTML is allowed.