Class: Octopress::PageDate::PageHook

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

Instance Method Summary collapse

Instance Method Details

#post_init(page) ⇒ Object



8
9
10
# File 'lib/octopress-date-format.rb', line 8

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