Class: Octopress::PageDate::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



14
15
16
# File 'lib/octopress-date-format.rb', line 14

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