From a114f36ce77e1ec56d7082e671feb6f22f61c4d8 Mon Sep 17 00:00:00 2001 From: mystie Date: Fri, 28 Mar 2025 19:43:43 +0300 Subject: [PATCH] fix date position being off --- templates/snippets/layout/question_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/snippets/layout/question_card.html b/templates/snippets/layout/question_card.html index b7c20a9..3c9fc65 100644 --- a/templates/snippets/layout/question_card.html +++ b/templates/snippets/layout/question_card.html @@ -129,7 +129,7 @@ {{ cfg.anonName }} {% endif %} -

{{ formatRelativeTime(str(question.creation_date)) }}

+

{{ formatRelativeTime(str(question.creation_date)) }}

{% with question=question %} {% include 'snippets/q-card-text.html' %}