don't pad day in post dates

This commit is contained in:
Sami Samhuri 2015-05-06 23:42:08 -07:00
parent f1ca433f62
commit 52670c367f

View file

@ -96,7 +96,7 @@ class HarpBlog
end
def date
@date ||= time.strftime('%B %d, %Y')
@date ||= time.strftime('%B %-d, %Y')
end
def tags