# HG changeset patch # User Raoul Bourquin # Date 1479343994 -3600 # Node ID 70f722a1f4476c4b06b9fd271603493bca950b0a # Parent 2f19bc046f3bce6ee149dfd2a8a39acb753b192d docs: Add missing quote in example diff -r 2f19bc046f3b -r 70f722a1f447 docs/docs/01_tutorial/01_your-first-blog.md --- 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