From 4efdf5a674959fe24a78827641da6a8c40e14502 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 17:19:21 -0600 Subject: [PATCH] Add headline to card --- templates/card.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/card.html b/templates/card.html index fd3ede0..383a255 100644 --- a/templates/card.html +++ b/templates/card.html @@ -23,6 +23,9 @@ {% if this.description and this.description|length >= 1 %}
+ {% if this.headline %} +
{{ this.headline }}
+ {% endif %}

{{ this.description }}

{% endif %}