From 55d6b3fcda52fe89116319c086aa39573c28de80 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Jul 2014 18:04:38 -0700 Subject: [PATCH] fix page titles, add about page nav list --- docs/_data/nav.yml | 7 +++++++ docs/_layouts/page.html | 2 ++ 2 files changed, 9 insertions(+) diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 48461eb9bb..db11c2836f 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -78,3 +78,10 @@ - title: Learn & Extend pages: - title: Approach + +- title: About + pages: + - title: History + - title: Team + - title: Brand + - title: Credits diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html index 5e7112684a..80476ae497 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -2,4 +2,6 @@ layout: default --- +

{{ page.title }}

+ {{ content }}