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