diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index 00241d7..4965489 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -31,7 +31,7 @@ <%= if @channel do %> -
+
<.note_list notes={@channel.notes} layout={@channel.layout} />
<% end %>