From c20c1d93be4555b3901dd79bcd8dcafcfa51d863 Mon Sep 17 00:00:00 2001 From: cylex Date: Mon, 7 Jan 2019 14:14:37 -0500 Subject: Fix code indentation and tag capitalization --- _layouts/post.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index d741573..b677e64 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,19 +1,19 @@ --- --- - - + + {% include heading.html %} - {{ page.title }} | Silicon Linux Blog - - - {% include navigator.html %} + {{ page.title }} | Silicon Linux 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 %} - - + {% include footer.html %} + + -- cgit v1.2.3