Always use lower case URLs, fix date formatting and add full date title

This commit is contained in:
Robin Ward
2014-03-23 15:22:02 -04:00
parent ad71490deb
commit 9d1855f92f
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ module EmbedHelper
if dt.year == current.year
dt.strftime("%e %b")
else
dt.strftime("%e %b %Y")
dt.strftime("%b '%y")
end
end
end