1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

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 %}}