mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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
|
end
|
||||||
|
|
||||||
def date
|
def date
|
||||||
@date ||= time.strftime('%B %d, %Y')
|
@date ||= time.strftime('%B %-d, %Y')
|
||||||
end
|
end
|
||||||
|
|
||||||
def tags
|
def tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue