# File lib/webby/journal.rb, line 43
  def create_or_update( page )
    if test(?e, page.destination)
      update(page.destination)
    else
      create(page.destination)
    end
  end