Post dates now include the year

pull/36/head
Mark Szymanski 2011-01-09 14:10:56 -06:00
parent 2c988b85bd
commit bacc6235f0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ newpost() {
# Now we have to get the date, again. But this time for in the header (YAML Front Matter) of # Now we have to get the date, again. But this time for in the header (YAML Front Matter) of
# the file # the file
YAML_DATE=$(date "+%B %d %X") YAML_DATE=$(date "+%B %d %Y %X")
# Echo the YAML Formatted date to the post file # Echo the YAML Formatted date to the post file