From bacc6235f00d8d6062c39ae3742f2b4402c9c6d9 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sun, 9 Jan 2011 14:10:56 -0600 Subject: [PATCH] Post dates now include the year --- plugins/jekyll.plugins.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ newpost() { # 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 -- 2.17.1