diff --git a/templates/card.html b/templates/card.html index c69e2bc..372e5a5 100644 --- a/templates/card.html +++ b/templates/card.html @@ -1,5 +1,6 @@
+ {% if this.title %}
{{ this.title }}
+ {% endif %} {{ this.alt_text if this.alt_text else this.title }} + {% if this.description and this.description|length >= 1 %}
-

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

+

{{ this.description }}

+ {% endif %} {% if this.reactions and gallery.max_reactions_per_card|int >= 1 %}