diff --git a/lib/jekyll/filters.rb b/lib/jekyll/filters.rb index 087a0c98..6051626a 100644 --- a/lib/jekyll/filters.rb +++ b/lib/jekyll/filters.rb @@ -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