shithub: hugo

Download patch

ref: 8415c5e6c7db97b037e9a4adbc0d7a8529d7e055
parent: eff8457ac91e337b81876271aca31bf4d61e09f1
author: Danilo Cabello <[email protected]>
date: Tue Aug 20 09:52:51 EDT 2013

Remove extra quotes from meta data

--- a/docs/content/content/example.md
+++ b/docs/content/content/example.md
@@ -9,14 +9,14 @@
 **mysite/project/nitro.md  <- http://mysite.com/project/nitro.html**
 
     ---
-    Title: "Nitro : A quick and simple profiler for golang"
-    Description": ""
-    Keywords": [ "Development", "golang", "profiling" ]
-    Tags": [ "Development", "golang", "profiling" ]
-    date": "2013-06-19"
-    Topics": [ "Development", "GoLang" ]
-    Slug": "nitro"
-    project_url": "http://github.com/spf13/nitro"
+    Title:       "Nitro : A quick and simple profiler for golang"
+    Description: ""
+    Keywords:    [ "Development", "golang", "profiling" ]
+    Tags:        [ "Development", "golang", "profiling" ]
+    date:        "2013-06-19"
+    Topics:      [ "Development", "GoLang" ]
+    Slug:        "nitro"
+    project_url: "http://github.com/spf13/nitro"
     ---
 
     # Nitro