From 6a6e5425459762e5d7f37aaf187be99cdb6fe409 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 14 Nov 2024 07:57:42 -0800 Subject: [PATCH] askama: formatting and cleanup --- templates/base.html | 4 ++-- templates/link.html | 8 ++++---- templates/linklist.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index 8efc35a..9544bd4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,13 +6,13 @@ - - + +

NyaZoom2

diff --git a/templates/link.html b/templates/link.html index 209364a..4f8d4eb 100644 --- a/templates/link.html +++ b/templates/link.html @@ -4,21 +4,21 @@
- "Return to home" + Return to home
{% endblock content %} diff --git a/templates/linklist.html b/templates/linklist.html index f40f6ff..1059c3a 100644 --- a/templates/linklist.html +++ b/templates/linklist.html @@ -13,7 +13,7 @@ hx-swap="outerHTML" hx-delete="/link/{{ key }}" > - "X" + X {% endfor %}