shithub: hugo

Download patch

ref: 4efdb909436cc78fbbf535a50f1a930879c936c6
parent: 61258858af90fc43bea406af5f065d0b2e6c94dc
author: Sebastian Müller <[email protected]>
date: Thu Aug 1 16:52:00 EDT 2013

Fix JSON syntax error in example configuration

--- a/docs/content/doc/configuration.md
+++ b/docs/content/doc/configuration.md
@@ -37,8 +37,8 @@
         "publishdir": "public",
         "builddrafts": false,
         "indexes": {
-           category: "categories",
-           tag: "tags"
+           "category": "categories",
+           "tag": "tags"
         },
         "baseurl": "http://yoursite.com/"
     }