From 7696ff45db691ae61c7bd4be7a0565eef14c263b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 13 Mar 2024 16:57:00 +1100 Subject: [PATCH 1/2] Upgrade to Font Awesome v6 --- lemoncurry/jinja2/lemoncurry/layout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lemoncurry/jinja2/lemoncurry/layout.html b/lemoncurry/jinja2/lemoncurry/layout.html index 755fa9f..756883b 100644 --- a/lemoncurry/jinja2/lemoncurry/layout.html +++ b/lemoncurry/jinja2/lemoncurry/layout.html @@ -40,8 +40,7 @@ {% block styles %}{% endblock %} {% endcompress %} - +
From c49e17db90276dbd6fea813faea85eaf04520264 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 13 Mar 2024 17:10:38 +1100 Subject: [PATCH 2/2] Upgrade Bootstrap to v5 This is just an in-place upgrade to produce a roughly unchanged page design. Ideally I'm going to need to install Sass and use that, because Bootstrap 5 relies a bit more heavily on using its Sass sources if you want to customise things (which I do), but for now loading standard Bootstrap from the CDN is fine. I still prefer Stylus over both Sass and LESS, but the industry seem to have decided on using Sass, which probably means I'll be better off porting my customisations to Sass in the long run. Oh well. --- lemoncurry/jinja2/lemoncurry/layout.html | 16 +++++++--------- lemoncurry/static/lemoncurry/css/layout.styl | 7 +++++++ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/lemoncurry/jinja2/lemoncurry/layout.html b/lemoncurry/jinja2/lemoncurry/layout.html index 756883b..6adb6d6 100644 --- a/lemoncurry/jinja2/lemoncurry/layout.html +++ b/lemoncurry/jinja2/lemoncurry/layout.html @@ -1,5 +1,5 @@ - + @@ -27,8 +27,8 @@ {% endfor %} - +
-
@@ -146,10 +146,8 @@ - - +