shithub: hugo

Download patch

ref: 8d50dd9160e17865e86b1fbf9a89efcba2bd8c29
parent: c24112ce86d436e51dfd26a7f3cbc7dde193c889
author: spf13 <[email protected]>
date: Thu Jul 11 19:29:14 EDT 2013

fixing typo in config readme

--- a/README.md
+++ b/README.md
@@ -107,6 +107,7 @@
 ### Config Examples
 
 The following is an example of a yaml config file with the default values: 
+
     ---
     sourcedir: "content"
     layoutdir: "layouts"
@@ -120,6 +121,7 @@
 
 
 The following is an example of a json config file with the default values: 
+
     {
         "sourcedir": "content",
         "layoutdir": "layouts",
--- a/docs/content/doc/configuration.md
+++ b/docs/content/doc/configuration.md
@@ -16,6 +16,7 @@
 ## Examples
 
 The following is an example of a yaml config file with the default values: 
+
     ---
     sourcedir: "content"
     layoutdir: "layouts"
@@ -29,6 +30,7 @@
 
 
 The following is an example of a json config file with the default values: 
+
     {
         "sourcedir": "content",
         "layoutdir": "layouts",