docs: Removed comma from json example.
authorFelipe Rohde <fr.rohde@gmail.com>
Tue, 26 Jul 2016 18:26:25 +0000 (15:26 -0300)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 29 Jul 2016 18:01:23 +0000 (20:01 +0200)
The comma causing invalid json and hugo not compile the file based on the same example.

docs/content/content/front-matter.md

index d31cd9534608fa56064ef713fd985d4e80a6a396..f729b4ca87c35dd1151d0b405663c11a3882a41e 100644 (file)
@@ -73,7 +73,7 @@ Content of the file goes Here
         "Development",
         "VIM"
     ],
-    "slug": "spf13-vim-3-0-release-and-new-website",
+    "slug": "spf13-vim-3-0-release-and-new-website"
 }
 
 Content of the file goes Here