mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
don't pad day in post dates
This commit is contained in:
parent
f1ca433f62
commit
52670c367f
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class HarpBlog
|
|||
end
|
||||
|
||||
def date
|
||||
@date ||= time.strftime('%B %d, %Y')
|
||||
@date ||= time.strftime('%B %-d, %Y')
|
||||
end
|
||||
|
||||
def tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue