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/post.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 7a5d3bb..2f0a972 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,18 +2,21 @@ --- - - {% include heading.html %} - {{ page.title }} | {{ site.title }} Blog - + + + {% include heading.html %} + {{ page.title }} | {{ site.title }} Blog + + {% include navigator.html %}
-

{{ page.title }}

-

{{ page.date | date_to_string }} | By: {{ page.author }}

+

{{ page.title }}

+

{{ page.date | date_to_string }} | By: {{ page.author }}

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