Adds a filename attribute to post objects in Jekyll.
post
Copy filename.rb to /_plugins/ in your Jekyll site.
filename.rb
/_plugins/
{{post.filename}} outputs something like 2013-05-12-my-birthday.md
{{post.filename}}
2013-05-12-my-birthday.md
BSD