Fix docs error with json comma

This commit is contained in:
Luke Holder 2014-02-03 19:55:38 +08:00 committed by spf13
parent 72ba6d633d
commit 5cfb690e31

View file

@ -47,7 +47,7 @@ The following is an example of a json config file with the default values:
"category": "categories", "category": "categories",
"tag": "tags" "tag": "tags"
}, },
"baseurl": "http://yoursite.example.com/" "baseurl": "http://yoursite.example.com/",
"canonifyurls": true "canonifyurls": true
} }
{{% /highlight %}} {{% /highlight %}}