From 5e08b6930dd21a669668d23dfc5cc367c29bfeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 3 May 2019 21:17:20 +0200 Subject: [PATCH] Fix date description --- content/en/content-management/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index 4a52b160c..4ff374000 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -61,7 +61,7 @@ audio : an array of paths to audio files related to the page; used by the `opengraph` [internal template](/templates/internal) to populate `og:audio`. date -: the datetime at which the content was created; note this value is auto-populated according to Hugo's built-in [archetype][]. +: the datetime assigned to this page. This is usually fetched from the `date` field in front matter, but this behaviour is configurable. description : the description for the content.