From 6bef1c88baaeb57162ba0ac858ad469d552588d1 Mon Sep 17 00:00:00 2001 From: Florent Le Saout Date: Sun, 26 Jul 2020 22:39:09 +0200 Subject: [PATCH] Correct small issue in README.md Signed-off-by: Florent Le Saout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 123db2c..b696761 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Fill in the meta information : 1. `title:` the post heading 2. `date:` the publication date, if further than current date the post won't appear in the posts list until current date is met. 3. `time:` the time of the event. -4. `type:` 'news' for event post +4. `type:` 'event' for event post Then add the post content in plain mardown language. You can add images to your post, make sure to place them in the `images`folder.