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 %}
{% include navigator.html %}
-
{{ page.title }}
-
- {{ page.description }}
-
+ {{ page.title }}
+
+ {{ page.description }}
+
{{ content }}
+ {% include footing.html %}
{% include footer.html %}
{% include navigator.html %}
-
-
{{ page.title }}
+
{{ page.title }}
{{ page.date | date_to_string }} | By: {{ page.author }}
-
{{ content }}
--
cgit v1.2.3