From eaddc0641f99bbf35a1be8de51eeae6ac1103964 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 17:50:33 -0600 Subject: [PATCH] hide the title if there's a headline, add the reaction button to headline --- templates/card.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/card.html b/templates/card.html index f2c9266..5b60734 100644 --- a/templates/card.html +++ b/templates/card.html @@ -1,8 +1,8 @@
- {% if this.title and this.title|length >= 1 %} + {% if this.title and this.title|length >= 1 and not this.headline %}