From de507721891b8b47a4765eb053756c13cdb25d34 Mon Sep 17 00:00:00 2001 From: hono4kami Date: Sat, 21 Dec 2024 23:38:08 +0700 Subject: [PATCH] feat: add absolute timestamp `title` attribute Add absolute timestamp `title` attribute on post teaser Refs: #395 --- app/templates/post/post_teaser/_title.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/post/post_teaser/_title.html b/app/templates/post/post_teaser/_title.html index 41606ba4..4860b41d 100644 --- a/app/templates/post/post_teaser/_title.html +++ b/app/templates/post/post_teaser/_title.html @@ -26,4 +26,4 @@ {% if show_post_community -%} {% if post.community.icon_id and not low_bandwidth %}Community icon{% endif -%} c/{{ post.community.name }}{% endif -%} - by {{ render_username(post.author) }} \ No newline at end of file + by {{ render_username(post.author) }}