From d5e6c8a82cda21c96d7f5f0c146e03339dc15617 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Tue, 24 Mar 2026 16:10:49 +0100 Subject: [PATCH] home: fix js not being able to load after routing through htmx --- static/style.css | 1 - templates/partials/home.html | 52 +++++++++++++++++++----------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/static/style.css b/static/style.css index 17a7a0a..1139139 100644 --- a/static/style.css +++ b/static/style.css @@ -216,7 +216,6 @@ table { } body { - background-image: url(assets/images/tiledbgpink.webp); background-size: cover; background-position: center; diff --git a/templates/partials/home.html b/templates/partials/home.html index e0642c8..1916e89 100644 --- a/templates/partials/home.html +++ b/templates/partials/home.html @@ -91,35 +91,37 @@ \ No newline at end of file