From: Luke Holder Date: Mon, 3 Feb 2014 11:55:38 +0000 (+0800) Subject: Fix docs error with json comma X-Git-Tag: v0.10~32 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5cfb690e;p=brevno-suite%2Fhugo Fix docs error with json comma --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index b41b556b..f24ef993 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -47,7 +47,7 @@ The following is an example of a json config file with the default values: "category": "categories", "tag": "tags" }, - "baseurl": "http://yoursite.example.com/" + "baseurl": "http://yoursite.example.com/", "canonifyurls": true } {{% /highlight %}}