From 2345830074b246af1cebec08a999f9dce5dfd300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 1 Jul 2025 19:09:50 +0300 Subject: [PATCH] permalink to latest post in topic view --- app/templates/topics/topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/topics/topic.html b/app/templates/topics/topic.html index a312c79..520bdeb 100644 --- a/app/templates/topics/topic.html +++ b/app/templates/topics/topic.html @@ -45,7 +45,7 @@ Latest post by {{ thread['latest_post_username'] }} - on on {{ timestamp(thread['latest_post_created_at']) }}: + on on {{ timestamp(thread['latest_post_created_at']) }}: {{ thread['latest_post_content'] | safe }}