Merge pull request #3469 from jedd-ahyoung/Frontmatter-date-documentation

docs: Add frontmatter date formatting information
This commit is contained in:
Parker Moore 2015-03-01 16:05:23 -08:00
commit 5ee4e6d9c9
1 changed files with 3 additions and 1 deletions

View File

@ -170,7 +170,9 @@ These are available out-of-the-box to be used in the front matter for a post.
<td> <td>
<p> <p>
A date here overrides the date from the name of the post. This can be 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
<code>YYYY-MM-DD HH:MM:SS +/-TTTT</code>; hours, minutes, seconds, and timezone offset
are optional.
</p> </p>
</td> </td>
</tr> </tr>