includes and data update
This commit is contained in:
parent
84bdc67464
commit
f969efc1b3
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"globals": {
|
"globals": {
|
||||||
"title": "Some Title",
|
"title": "Some Title",
|
||||||
"description" : "some description",
|
"description" : "some description"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
nav
|
||||||
|
h1 <a href="/">Angular <sup>by Google</sup></a>
|
||||||
|
|
||||||
|
ul
|
||||||
|
li <a href="/features.html">Features</a>
|
||||||
|
li <a href="/docs/">Docs</a>
|
||||||
|
li <a href="/about/">About</a>
|
|
@ -3,4 +3,5 @@ html
|
||||||
head
|
head
|
||||||
link(rel="stylesheet" href="/resources/css/main.css")
|
link(rel="stylesheet" href="/resources/css/main.css")
|
||||||
body
|
body
|
||||||
|
!= partial("/_includes/_main-nav")
|
||||||
!= yield
|
!= yield
|
Loading…
Reference in New Issue