diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index e639bab..4e93ff7 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -8,12 +8,16 @@ <%= if @channel do %> -
+
+

Recently Updated

+ <.note_list notes={@notes_updated} layout={@channel.layout} />
+

Recently Published

+ <.note_list notes={@notes_published} layout={@channel.layout} />