update to file structure
This commit is contained in:
parent
72153f6a89
commit
6d78473b5b
6
README.md
Normal file
6
README.md
Normal file
@ -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
|
6
public/_layout.jade
Normal file
6
public/_layout.jade
Normal file
@ -0,0 +1,6 @@
|
||||
doctype
|
||||
html
|
||||
head
|
||||
link(rel="stylesheet" href="/resources/css/main.css")
|
||||
body
|
||||
!= yield
|
Loading…
x
Reference in New Issue
Block a user