diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index 41d7a94..486b344 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -27,7 +27,7 @@ <%= if @channel do %>
<%= for note <- @channel.notes do %> - + <%= note.name %> <%= pretty_date(note.published_at) %>