Fix docs error with json comma
authorLuke Holder <lukemh@gmail.com>
Mon, 3 Feb 2014 11:55:38 +0000 (19:55 +0800)
committerspf13 <steve.francia@gmail.com>
Mon, 3 Feb 2014 18:50:28 +0000 (13:50 -0500)
docs/content/overview/configuration.md

index b41b556b871464dfe93bf4770d52c67602c3f050..f24ef99343d58fbbfced2801fd54b404b4938064 100644 (file)
@@ -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 %}}