From 64cf47c3206c70015297fa333665b07c9d4ad52e Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 28 Jul 2017 18:38:53 +0200 Subject: [PATCH] Remove outdated note in docs contribution guide --- content/contribute/documentation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/contribute/documentation.md b/content/contribute/documentation.md index 99f275d21..012c16815 100644 --- a/content/contribute/documentation.md +++ b/content/contribute/documentation.md @@ -38,10 +38,6 @@ Adding new content to the Hugo docs follows the same pattern, regardless of the hugo new /.md ``` -{{% note "`title:`, `date:`, and Field Order" %}} -`title` and `date` fields are added automatically when using archetypes via `hugo new`. Do not be worried if the order of the new file's front matter fields on your local machine is different than that of the examples provided in the Hugo docs. This is a known issue [(#452)](https://github.com/gohugoio/hugo/issues/452). -{{% /note %}} - ### Add a New Function Once you have cloned the Hugo repository, you can create a new function via the following command. Keep the file name lowercase.