diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index 690b566..82e71f7 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -11,13 +11,13 @@ <%= if @channel do %>
-

Recently Updated

+

Recently Updated

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

Recently Published

+

Recently Published

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