From 8ca0649687f4e6a352e081e992c80c90098e9074 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sun, 28 Apr 2019 12:55:42 -0400 Subject: Moved svg icons and head metadata to includes. --- _includes/footer.liquid | 70 +++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 37 deletions(-) (limited to '_includes/footer.liquid') diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 96b453c..b451dfb 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,37 +1,33 @@ - - - +
+

+ Site last updated {{ "now" | date: "%A, %b %e, %Y" }} +

+

+ Built using + + Cobalt.rs + + , + + Bulma.io + + , + + Animate.css + + , and self-hosted with + + NGINX + +

+

+ See a problem? + + Tell me so I can fix it + + or + + fix it yourself! + +

+
-- cgit v1.2.3 From 48951dee9900f50e940c4e30d173eab92aa89be3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:28:20 -0400 Subject: Switching to new journal format. --- _includes/footer.liquid | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '_includes/footer.liquid') diff --git a/_includes/footer.liquid b/_includes/footer.liquid index b451dfb..8feaa9c 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -3,6 +3,16 @@ Site last updated {{ "now" | date: "%A, %b %e, %Y" }}

+ See a problem? + + Tell me so I can fix it + + or + + fix it yourself! + +

+

Built using Cobalt.rs @@ -20,14 +30,4 @@ NGINX

-

- See a problem? - - Tell me so I can fix it - - or - - fix it yourself! - -

-- cgit v1.2.3 From 77458c3f87eafc1d17f9ef47f9926e0a5a98ceac Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:55:05 -0400 Subject: Added TOC and cards to journal page. --- _includes/footer.liquid | 66 +++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 32 deletions(-) (limited to '_includes/footer.liquid') diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 8feaa9c..a84d4f0 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,33 +1,35 @@ -
-

- Site last updated {{ "now" | date: "%A, %b %e, %Y" }} -

-

- See a problem? - - Tell me so I can fix it - - or - - fix it yourself! - -

-

- Built using - - Cobalt.rs - - , - - Bulma.io - - , - - Animate.css - - , and self-hosted with - - NGINX - -

+
+
+

+ Site last updated {{ "now" | date: "%A, %b %e, %Y" }} +

+

+ See a problem? + + Tell me so I can fix it + + or + + fix it yourself! + +

+

+ Built using + + Cobalt.rs + + , + + Bulma.io + + , + + Animate.css + + , and self-hosted with + + NGINX + +

+
-- cgit v1.2.3