diff --git a/_includes/headInclude.html b/_includes/headInclude.html index 62f634e..d907494 100644 --- a/_includes/headInclude.html +++ b/_includes/headInclude.html @@ -2,6 +2,7 @@ + @@ -9,15 +10,10 @@ - - - + + + + diff --git a/_includes/pageFooter.html b/_includes/pageFooter.html index 62ba7a3..289d1b0 100644 --- a/_includes/pageFooter.html +++ b/_includes/pageFooter.html @@ -1,29 +1,25 @@ - - - -
- +
-

Pico was made by Gilbert Pellegrom from Dev7studios. - Released under the MIT license.

+

+ Pico was made by Gilbert Pellegrom from Dev7studios. + Released under the MIT license. +

- -
- +
diff --git a/_includes/pageHeader.html b/_includes/pageHeader.html index d1dbc07..20118f8 100644 --- a/_includes/pageHeader.html +++ b/_includes/pageHeader.html @@ -1,17 +1,16 @@ -
-
+
+
- + -
-
-
\ No newline at end of file +
+
\ No newline at end of file diff --git a/_layouts/cover.html b/_layouts/cover.html index 06bc8db..74aa25a 100644 --- a/_layouts/cover.html +++ b/_layouts/cover.html @@ -1,37 +1,39 @@ {% include documentHeader.html %} -{% include headInclude.html %} -Pico - A stupidly simple, blazing fast, flat file CMS. - - + + {% include headInclude.html %} + Pico - A stupidly simple, blazing fast, flat file CMS. + + + - -
- -
- {% include pageHeader.html %} -
- + +
+
+ {% include pageHeader.html %} + +
+ +
+
+ + {{ content }} + + {% include pageFooter.html %}
-
- - {{ content }} - - {% include pageFooter.html %} -
- {% include documentFooter.html %} diff --git a/_layouts/default.html b/_layouts/default.html index e107196..8d5e360 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,21 +1,21 @@ {% include documentHeader.html %} -{% include headInclude.html %} -{{ page.title }} | {{ site.title }} + + {% include headInclude.html %} + {{ page.title }} | {{ site.title }} + - -
- -
- {% include pageHeader.html %} -
- - {{ content }} +
+
+ {% include pageHeader.html %} +
+ + {{ content }} + + {% include pageFooter.html %} +
- {% include pageFooter.html %} -
- {% include documentFooter.html %}