From 5fa1aadf7f01ff698d00515e13b37f359aa37b4d Mon Sep 17 00:00:00 2001 From: Jedd Ahyoung Date: Sun, 15 Feb 2015 18:28:52 -0500 Subject: [PATCH] docs: Add frontmatter date formatting information --- site/_docs/frontmatter.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/_docs/frontmatter.md b/site/_docs/frontmatter.md index 9ce032df..8c08f7df 100644 --- a/site/_docs/frontmatter.md +++ b/site/_docs/frontmatter.md @@ -170,7 +170,9 @@ These are available out-of-the-box to be used in the front matter for a post.

A date here overrides the date from the name of the post. This can be - used to ensure correct sorting of posts. + used to ensure correct sorting of posts. A date is specified in the format + YYYY-MM-DD HH:MM:SS +/-TTTT; hours, minutes, seconds, and timezone offset + are optional.