diff --git a/priv/templates/http/post.eex b/priv/templates/http/post.eex index 65611ab..87d0518 100644 --- a/priv/templates/http/post.eex +++ b/priv/templates/http/post.eex @@ -27,7 +27,7 @@ @@ -48,7 +48,7 @@
<%= for video <- media.videos do %> <% end %>
diff --git a/priv/templates/http/subreddit_posts.eex b/priv/templates/http/subreddit_posts.eex index e94be50..77a1d33 100644 --- a/priv/templates/http/subreddit_posts.eex +++ b/priv/templates/http/subreddit_posts.eex @@ -19,7 +19,7 @@ <%= for post <- posts do %>
-
<%= post.title %>
+
<%= post.title %>
<%= post.num_comments %> comment(s) - <%= trunc(post.created_utc) |> DateTime.from_unix!() |> DateTime.to_iso8601() %>