mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Added new date filter that shows the full month name.
This commit is contained in:
@@ -4,6 +4,10 @@ module Jekyll
|
||||
def date_to_string(date)
|
||||
date.strftime("%d %b %Y")
|
||||
end
|
||||
|
||||
def date_to_long_string(date)
|
||||
date.strftime("%d %B %Y")
|
||||
end
|
||||
|
||||
def date_to_xmlschema(date)
|
||||
date.xmlschema
|
||||
|
||||
Reference in New Issue
Block a user