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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"globals": {
"title": "Some Title",
"description" : "some description",
"description" : "some description"
}
}
View File
+7
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>
+1
View File
@@ -3,4 +3,5 @@ html
head
link(rel="stylesheet" href="/resources/css/main.css")
body
!= partial("/_includes/_main-nav")
!= yield
View File
View File