includes and data update

This commit is contained in:
Alex Wolfe 2015-02-18 16:47:52 -08:00
parent 84bdc67464
commit f969efc1b3
6 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"globals": { "globals": {
"title": "Some Title", "title": "Some Title",
"description" : "some description", "description" : "some description"
} }
} }

View File

View File

@ -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>

View File

@ -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

0
public/docs/_data.jade Normal file
View File

0
public/docs/_layout.jade Normal file
View File