Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created August 26, 2012 22:47
Show Gist options
  • Save andyhawthorne/3484041 to your computer and use it in GitHub Desktop.
Save andyhawthorne/3484041 to your computer and use it in GitHub Desktop.
blog index
get '/' do
@arr = get_files('./views/posts/')
erb :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment