From 5cfb690e31bfd233a3d382923f35b439a84f892e Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Mon, 3 Feb 2014 19:55:38 +0800 Subject: [PATCH] Fix docs error with json comma --- docs/content/overview/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index b41b556b8..f24ef9934 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 %}}