Fix docs error with json comma - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5cfb690e31bfd233a3d382923f35b439a84f892e
(DIR) parent 72ba6d633d2a24d03bf16d927d7b87a20c28fda6
(HTM) Author: Luke Holder <lukemh@gmail.com>
Date: Mon, 3 Feb 2014 19:55:38 +0800
Fix docs error with json comma
Diffstat:
M docs/content/overview/configuratio… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git 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 %}}