From ddd5a922404aa08dd48bf80826c06c196555fe02 Mon Sep 17 00:00:00 2001 From: Felipe Rohde Date: Tue, 26 Jul 2016 15:26:25 -0300 Subject: [PATCH] docs: Removed comma from json example. The comma causing invalid json and hugo not compile the file based on the same example. --- docs/content/content/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content/front-matter.md b/docs/content/content/front-matter.md index d31cd9534..f729b4ca8 100644 --- a/docs/content/content/front-matter.md +++ b/docs/content/content/front-matter.md @@ -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