From de08697ecd437c1df67dc07ac323efabfdaac3cf Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 14:24:02 -0500 Subject: added columns and rows in homepage --- _layouts/default.html | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 12e4b16..a60c88a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,19 +2,24 @@ --- - - {% include heading.html %} - {{ page.title }} | {{ site.title }} - + + + {% include heading.html %} + {{ page.title }} | {{ site.title }} + + - {% include navigator.html %} -
-

{{ page.title }}

-

{{ page.description }}

-
-
+ {% include navigator.html %} +
+

{{ page.title }}

+

+
{{ page.description }}
+

+
+
{{ content }} -
+
{% include footer.html %} - + + \ No newline at end of file -- cgit v1.2.3