From 4250a4f951fbed985e6a60507fb526ee96acfccf Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 5 Apr 2019 19:22:08 -0400 Subject: A massive website overhaul (Changed the theme) --- _layouts/default-no-jumbotron.html | 1 + _layouts/default.html | 9 +++++---- _layouts/post.html | 4 +--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to '_layouts') diff --git a/_layouts/default-no-jumbotron.html b/_layouts/default-no-jumbotron.html index a64dd7b..341d069 100644 --- a/_layouts/default-no-jumbotron.html +++ b/_layouts/default-no-jumbotron.html @@ -13,6 +13,7 @@
{{ content }}
+ {% include footing.html %} {% include footer.html %} diff --git a/_layouts/default.html b/_layouts/default.html index a60c88a..ec446b4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,14 +11,15 @@ {% include navigator.html %}
-

{{ page.title }}

-

-
{{ page.description }}
-

+

{{ page.title }}

+

+
{{ page.description }}
+

{{ content }}
+ {% include footing.html %} {% include footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index cb0bf12..ce5902f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,15 +10,13 @@ {% include navigator.html %} -
-

{{ page.title }}

+

{{ page.title }}

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

Other posts

-
{{ content }} -- cgit v1.2.3