From 66e98b7125c87706782b8247b8e0329473dbeb5a Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 11 Jul 2020 10:59:50 -0400 Subject: reorganized assets and CSS, added a post --- _includes/footer.liquid | 38 ++--------- _includes/head.liquid | 11 ++-- _includes/nav.liquid | 167 +++++++++++++++++++++++------------------------- 3 files changed, 89 insertions(+), 127 deletions(-) (limited to '_includes') diff --git a/_includes/footer.liquid b/_includes/footer.liquid index f1bfa52..af4831d 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,35 +1,7 @@
-
-

- 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" }} +

+
diff --git a/_includes/head.liquid b/_includes/head.liquid index 5bac44f..e392263 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -1,7 +1,6 @@ - -{{ page.title }} + @@ -14,11 +13,11 @@ {% if page.published_date %} - + {% endif %} {% if page.tags %} - {% for tag in page.tags %} - - {% endfor %} + {% for tag in page.tags %} + + {% endfor %} {% endif %} diff --git a/_includes/nav.liquid b/_includes/nav.liquid index ea497f2..ae6a63e 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -1,87 +1,83 @@
- + + Journal + +
+ + + + - -- cgit v1.2.3