Skip to content

Instantly share code, notes, and snippets.

@airios
Created April 14, 2011 21:13
Show Gist options
  • Save airios/920566 to your computer and use it in GitHub Desktop.
Save airios/920566 to your computer and use it in GitHub Desktop.
Breadcrumb Label Override Example
module Nesta
class App
helpers do
# Add new helpers here.
def breadcrumb_label(page)
(page.abspath == '/') ? 'Inicio' : page.heading
end
end
# Add new routes here.
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment