shithub: hugo

Download patch

ref: 5cfb690e31bfd233a3d382923f35b439a84f892e
parent: 72ba6d633d2a24d03bf16d927d7b87a20c28fda6
author: Luke Holder <[email protected]>
date: Mon Feb 3 14:55:38 EST 2014

Fix docs error with json comma

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -47,7 +47,7 @@
        "category": "categories",
        "tag": "tags"
     },
-    "baseurl": "http://yoursite.example.com/"
+    "baseurl": "http://yoursite.example.com/",
     "canonifyurls": true
 }
 {{% /highlight %}}