diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index fe63441..ac82e94 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -1,9 +1,9 @@ -<.header titleclass="p-name"> +<.header> <:title>Wiki <%= if @channel do %>
- <.note_list notes={@channel.notes} layout={:default} /> + <.note_list notes={@channel.notes} layout={@channel.layout} />
<% end %>