update to file structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"globals": {
|
||||
"title": "Some Title",
|
||||
"description" : "some description",
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
doctype
|
||||
html
|
||||
head
|
||||
link(rel="stylesheet" href="/main.css")
|
||||
body
|
||||
!= yield
|
||||
@@ -0,0 +1,6 @@
|
||||
doctype
|
||||
html
|
||||
head
|
||||
link(rel="stylesheet" href="/resources/css/main.css")
|
||||
body
|
||||
!= yield
|
||||
Reference in New Issue
Block a user