update to file structure
This commit is contained in:
parent
72153f6a89
commit
6d78473b5b
|
@ -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
|
Loading…
Reference in New Issue