From 9c14f73584db9f7a33147d56e3c06f44e2abbc93 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:47:36 +1300 Subject: [PATCH] accessibility --- app/templates/post/_post_teaser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/post/_post_teaser.html b/app/templates/post/_post_teaser.html index 3e8efadc..e1a2cecc 100644 --- a/app/templates/post/_post_teaser.html +++ b/app/templates/post/_post_teaser.html @@ -54,7 +54,7 @@ {% endif %} - {% if show_post_community %}c/{{ post.community.name }}{% endif %} + {% if show_post_community %}c/{{ post.community.name }}{% endif %} by {{ render_username(post.author) }} {{ moment(post.last_active if sort == 'active' else post.posted_at).fromNow() }}