diff --git a/_includes/documentFooter.html b/_includes/documentFooter.html new file mode 100644 index 0000000..62d09b8 --- /dev/null +++ b/_includes/documentFooter.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/documentHeader.html b/_includes/documentHeader.html new file mode 100644 index 0000000..8178f14 --- /dev/null +++ b/_includes/documentHeader.html @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/_layouts/cover.html b/_layouts/cover.html index 0caf784..1cbb733 100644 --- a/_layouts/cover.html +++ b/_layouts/cover.html @@ -1,5 +1,4 @@ - - +{% include documentHeader.html %} @@ -72,4 +71,4 @@ - +{% include documentFooter.html %} diff --git a/_layouts/default.html b/_layouts/default.html index 550be1d..5b6fdb5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,4 @@ - - +{% include documentHeader.html %} @@ -56,4 +55,4 @@ - +{% include documentFooter.html %}