diff --git a/priv/templates/http/subreddit_posts.eex b/priv/templates/http/subreddit_posts.eex index a5393cd..887f8bb 100644 --- a/priv/templates/http/subreddit_posts.eex +++ b/priv/templates/http/subreddit_posts.eex @@ -31,7 +31,7 @@ <%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %> <%= post.num_comments %> comment(s) - - <%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :short) %> + <%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :long) %>