From c3472eee99b1d60c9cf155f69503813338cfcb91 Mon Sep 17 00:00:00 2001 From: jesper <118400668+k1nsej@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:24:42 +0200 Subject: [PATCH] chore: Update home cards styling for consistency --- compile.py | 4 ++-- dist/index.html | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/compile.py b/compile.py index 473ef19..a94274a 100644 --- a/compile.py +++ b/compile.py @@ -166,7 +166,7 @@ def generate_home_page(pages): def generate_card(title, date, path, author, snippet, image): image_html = f'' if image else '' return f""" -
Welcome to my little Sims information site / wiki! Have fun browsing!