changeset 821:70f722a1f447

docs: Add missing quote in example
author Raoul Bourquin <raoul@ccczh.ch>
date Thu, 17 Nov 2016 01:53:14 +0100
parents 2f19bc046f3b
children ad12a942cadd
files docs/docs/01_tutorial/01_your-first-blog.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/docs/01_tutorial/01_your-first-blog.md	Mon Nov 14 02:55:29 2016 +0100
+++ b/docs/docs/01_tutorial/01_your-first-blog.md	Thu Nov 17 01:53:14 2016 +0100
@@ -226,7 +226,7 @@
 adjusted with the `site/post_url` setting. By default, it is:
 
     site:
-        post_url: "%year%/%month%/%day%/%slug%
+        post_url: "%year%/%month%/%day%/%slug%"
 
 The post URL format is defined using some keywords surrounded by percent signs,
 as you can see above. The `%year%`, `%month%` and `%day%` keywords should be