From a50b92b08c9592a5fbb880b1a60bfb12347f06fb Mon Sep 17 00:00:00 2001 From: Jerome Lachaud Date: Sun, 1 Feb 2015 23:51:04 +0100 Subject: [PATCH] Put navigation in a separate file --- _includes/header.html | 36 ------------------------------------ _includes/nav.html | 35 +++++++++++++++++++++++++++++++++++ _layouts/default.html | 8 ++------ 3 files changed, 37 insertions(+), 42 deletions(-) create mode 100644 _includes/nav.html diff --git a/_includes/header.html b/_includes/header.html index a768e19..ed87059 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,39 +1,3 @@ - - -
diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..329caf8 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,35 @@ + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index b6ab968..ca7041d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,11 +1,8 @@ - - {% include head.html %} - - + {% include head.html %} - + {% include nav.html %} {% include header.html %} {% include portfolio_grid.html %} {% include about.html %} @@ -13,6 +10,5 @@ {% include footer.html %} {% include modals.html %} {% include js.html %} - \ No newline at end of file