diff options
| author | Mark Otto <[email protected]> | 2014-07-10 18:04:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-10 18:04:38 -0700 |
| commit | 55d6b3fcda52fe89116319c086aa39573c28de80 (patch) | |
| tree | 98b1f8010994600b6b7cb2c8406841276a64f347 /docs | |
| parent | 4993ab6e0038f73aed82ecfdcb58d51b8d6be917 (diff) | |
| download | bootstrap-55d6b3fcda52fe89116319c086aa39573c28de80.tar.xz bootstrap-55d6b3fcda52fe89116319c086aa39573c28de80.zip | |
fix page titles, add about page nav list
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_data/nav.yml | 7 | ||||
| -rw-r--r-- | docs/_layouts/page.html | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 48461eb9b..db11c2836 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 5e7112684..80476ae49 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -2,4 +2,6 @@ layout: default --- +<h1>{{ page.title }}</h1> + {{ content }} |
