Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created August 27, 2012 10:08
Show Gist options
  • Select an option

  • Save andyhawthorne/3487129 to your computer and use it in GitHub Desktop.

Select an option

Save andyhawthorne/3487129 to your computer and use it in GitHub Desktop.
Sinatra about page
get '/about' do
#if you don't want to use Markdown for pages, do this:
#erb :"pages/about"
#Then create about.erb in views/pages
markdown :"pages/about", :layout_engine => :erb
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment