diff --git a/_includes/shared/end.html b/_includes/shared/end.html new file mode 100644 index 0000000..39b876a --- /dev/null +++ b/_includes/shared/end.html @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/_includes/shared/footer.html b/_includes/shared/footer.html index 322c02f..8c09f4c 100644 --- a/_includes/shared/footer.html +++ b/_includes/shared/footer.html @@ -20,21 +20,3 @@ - - - - - - - - - - - - diff --git a/_includes/shared/header.html b/_includes/shared/header.html index 7c1b4b9..03c633c 100644 --- a/_includes/shared/header.html +++ b/_includes/shared/header.html @@ -1,53 +1,56 @@ - + diff --git a/_layouts/codeofconduct.html b/_layouts/codeofconduct.html index 1c33980..a4c3bc0 100644 --- a/_layouts/codeofconduct.html +++ b/_layouts/codeofconduct.html @@ -3,10 +3,10 @@ {% include "shared/head.html" %} - {% include "shared/header.html" %} - + {% include "shared/header.html" %} +
@@ -21,4 +21,6 @@ + {% include "shared/end.html" %} + diff --git a/_layouts/default.html b/_layouts/default.html index d3f34e1..ac0b60c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,11 +1,10 @@ -{% include "shared/head.html" %} - - {% include "shared/header.html" %} + {% include "shared/head.html" %} + {% include "shared/header.html" %}
@@ -21,5 +20,6 @@

{{ title }}

{% include "shared/footer.html" %} + {% include "shared/end.html" %} diff --git a/_layouts/home.html b/_layouts/home.html index 7cd00ee..1078cbd 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -17,4 +17,6 @@ {% include "shared/footer.html" %} + {% include "shared/end.html" %} + diff --git a/_layouts/skills.html b/_layouts/skills.html index 483ba23..b020ff3 100644 --- a/_layouts/skills.html +++ b/_layouts/skills.html @@ -1,5 +1,8 @@ + +{% include "shared/head.html" %} + @@ -9,23 +12,35 @@ + + - - + +
+ {% include "shared/header.html" %} +
+ + + + {% include "shared/end.html" %}