baseplate for tutorials

This commit is contained in:
Kyle Drake 2015-09-09 16:58:18 -07:00
parent 843fd9c40d
commit 7c1a895c89
6 changed files with 129 additions and 5 deletions

View file

@ -50,10 +50,6 @@ get '/education' do
erb :education, layout: :index_layout
end
get '/tutorials' do
erb :'tutorials'
end
get '/donate' do
erb :'donate'
end
@ -89,4 +85,4 @@ end
get '/thankyou' do
erb :'thankyou'
end
end