From: Danilo Cabello Date: Tue, 20 Aug 2013 17:52:51 +0000 (-0400) Subject: Remove extra quotes from meta data X-Git-Tag: v0.9~149^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8415c5e6;p=brevno-suite%2Fhugo Remove extra quotes from meta data --- diff --git a/docs/content/content/example.md b/docs/content/content/example.md index 9d90c97f..31dd6fa6 100644 --- a/docs/content/content/example.md +++ b/docs/content/content/example.md @@ -9,14 +9,14 @@ Somethings are better shown than explained. The following is a very basic exampl **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