diff options
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 }} |
