class Jekyll::Page

def excerpt

def excerpt
  return @excerpt if defined?(@excerpt)
  @excerpt = data["excerpt"] ? data["excerpt"].to_s : nil
end