commit | bacc6235f00d8d6062c39ae3742f2b4402c9c6d9 | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周日 1月 09 14:10:56 2011 -0600 |
committer | Mark Szymanski <mrman208@me.com> | 周日 1月 09 14:10:56 2011 -0600 |
tree | 9ed6444f01a5b820066bebbe63ad97672fbe99ca | |
parent | 2c988b85bd400bb3f3142c0ea406180ed035f984 [diff] |
Post dates now include the year
diff --git a/plugins/jekyll.plugins.bash b/plugins/jekyll.plugins.bash index 9797f8b..aebe69b 100644 --- a/plugins/jekyll.plugins.bash +++ b/plugins/jekyll.plugins.bash
@@ -105,7 +105,7 @@ # Now we have to get the date, again. But this time for in the header (YAML Front Matter) of # the file - YAML_DATE=$(date "+%B %d %X") + YAML_DATE=$(date "+%B %d %Y %X") # Echo the YAML Formatted date to the post file