From fdb2035db0dfd507f7bcb7f0282469820b4c9c8c Mon Sep 17 00:00:00 2001 From: David Darnes Date: Thu, 16 Jun 2016 00:24:33 +0100 Subject: [PATCH] Creates navigation --- _includes/header.html | 4 +++- _includes/nav.html | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 _includes/nav.html diff --git a/_includes/header.html b/_includes/header.html index f8660d9..fa4be57 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,10 +2,12 @@ - {{ site.title }} + {{ site.title }} + {% include nav.html %} +

{{ page.title }}

diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..442bf6a --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,14 @@ +