diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex index e7bc559..f6c56d7 100644 --- a/lib/chiya_web/components/layouts/root_public.html.heex +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -34,7 +34,7 @@ <%= @settings.custom_css %> - + 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} />