class Octopress::Filters::SiteGrabber

Public Instance Methods

post_read(site) click to toggle source
# File lib/octopress-filters/hooks.rb, line 20
def post_read(site)
  Octopress::Filters.site = site
end