# File lib/jekyll/filters.rb, line 42
def
date_to_long_string
(
date
)
date
.
strftime
(
"%d %B %Y"
)
end