diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index ac82e94..7f60930 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -3,7 +3,13 @@ <%= if @channel do %> -
- <.note_list notes={@channel.notes} layout={@channel.layout} /> -
+
+
+ <.note_list notes={@notes_updated} layout={@channel.layout} /> +
+ +
+ <.note_list notes={@notes_published} layout={@channel.layout} /> +
+
<% end %>