This website requires JavaScript.
Explore
Help
Sign In
dan
/
jekyll
Watch
1
Star
0
Fork
You've already forked jekyll
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
07fe6cd128
jekyll
/
lib
/
autoblog
/
filters.rb
9 lines
117 B
Ruby
Raw
Blame
History
module
AutoBlog
module
Filters
def
date_to_string
(
date
)
date
.
strftime
(
"
%d %b %Y
"
)
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink