From 91af3ebd3b3dd09bc242a0ac679aa4d9ed38986e Mon Sep 17 00:00:00 2001
From: Anton Staroverov <73071319+tonystar@users.noreply.github.com>
Date: Wed, 17 Jun 2026 11:54:40 -0600
Subject: [PATCH 1/5] refactor: upgrade Blades CSS to 2.4.3 and avoid
double-linking in project grid layout
---
src/pallets/templates/index.html | 10 +++++-----
src/pallets/templates/layout.html | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/pallets/templates/index.html b/src/pallets/templates/index.html
index 3637d2a..c4365a3 100644
--- a/src/pallets/templates/index.html
+++ b/src/pallets/templates/index.html
@@ -4,13 +4,13 @@
{{ page.content_html | safe }}
-
+
{% for title in ("Flask", "Quart", "Jinja", "Click", "Werkzeug", "ItsDangerous", "MarkupSafe") %}
{% set name = title.lower() %}
-
-
- {{ title }}
-
+
+
+ {{ title }}
+
{% endfor %}
{% endblock %}
diff --git a/src/pallets/templates/layout.html b/src/pallets/templates/layout.html
index b42ba8c..f39b020 100644
--- a/src/pallets/templates/layout.html
+++ b/src/pallets/templates/layout.html
@@ -6,7 +6,7 @@
Pallets
-
+
{% block extra_head %}{% endblock %}
From 7d2da3d8549bb525c9cd5ac767eb8e3b0bd4224c Mon Sep 17 00:00:00 2001
From: Anton Staroverov <73071319+tonystar@users.noreply.github.com>
Date: Wed, 17 Jun 2026 12:00:54 -0600
Subject: [PATCH 2/5] refactor footer: remove redundant footer list styles and
apply unlist-all class to footer container
---
src/pallets/static/style.css | 8 --------
src/pallets/templates/layout.html | 2 +-
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/src/pallets/static/style.css b/src/pallets/static/style.css
index 307f211..ab67483 100644
--- a/src/pallets/static/style.css
+++ b/src/pallets/static/style.css
@@ -28,14 +28,6 @@ footer {
align-items: start;
}
-footer ul {
- display: grid;
-}
-
-footer ul li {
- list-style-type: none;
-}
-
.title-replace {
position: absolute;
width: 1px;
diff --git a/src/pallets/templates/layout.html b/src/pallets/templates/layout.html
index f39b020..4eee5e3 100644
--- a/src/pallets/templates/layout.html
+++ b/src/pallets/templates/layout.html
@@ -29,7 +29,7 @@
{% block page %}{% endblock %}
-