Removing index.jade and pointing the layout to our main.css

This commit is contained in:
Chris Cowan 2015-01-21 13:24:09 -07:00
parent 23606c7c97
commit cc46faeb6c
2 changed files with 2 additions and 7 deletions

View file

@ -1,5 +0,0 @@
extends layout
block content
h1= title
p Welcome to #{title}

View file

@ -2,6 +2,6 @@ doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/styles/main.css')
body
block content
block content