Class: Octopress::DateFormat::PostHook

Inherits:
Hooks::Post
  • Object
show all
Defined in:
lib/octopress-date-format.rb

Instance Method Summary collapse

Instance Method Details

#post_init(post) ⇒ Object



26
27
28
# File 'lib/octopress-date-format.rb', line 26

def post_init(post)
  DateFormat.hack_date(post)
end