From c846c8e78971b94f22ed2c364f145b1fa090a52c Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 28 Dec 2023 22:40:33 -0600 Subject: [PATCH] Fix rendering of the cards --- templates/card.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/card.html b/templates/card.html index 36d68a1..673493b 100644 --- a/templates/card.html +++ b/templates/card.html @@ -1,36 +1,36 @@
-
+
+ {{ gallary.title }} - +
{{ alt_text if alt_text else title }}
-
{{ title }}
-

{{ description | default('') }}

+

{{ gallary.description | default('') }}