update to file structure

This commit is contained in:
Alex Wolfe
2015-02-18 16:40:42 -08:00
parent 72153f6a89
commit 6d78473b5b
8 changed files with 12 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"globals": {
"title": "Some Title",
"description" : "some description",
}
}
-6
View File
@@ -1,6 +0,0 @@
doctype
html
head
link(rel="stylesheet" href="/main.css")
body
!= yield
View File
View File
+6
View File
@@ -0,0 +1,6 @@
doctype
html
head
link(rel="stylesheet" href="/resources/css/main.css")
body
!= yield
View File