projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ba6d6
)
Fix docs error with json comma
author
Luke Holder
<lukemh@gmail.com>
Mon, 3 Feb 2014 11:55:38 +0000
(19:55 +0800)
committer
spf13
<steve.francia@gmail.com>
Mon, 3 Feb 2014 18:50:28 +0000
(13:50 -0500)
docs/content/overview/configuration.md
patch
|
blob
|
history
diff --git
a/docs/content/overview/configuration.md
b/docs/content/overview/configuration.md
index b41b556b871464dfe93bf4770d52c67602c3f050..f24ef99343d58fbbfced2801fd54b404b4938064 100644
(file)
--- 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 %}}