# File lib/anemone/core.rb, line 118
    def on_every_page(&block)
      @on_every_page_blocks << block
      self
    end