diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex index 356e68d..6f9f15c 100644 --- a/lib/chiya_web/components/layouts/root_public.html.heex +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -13,9 +13,12 @@ + <.admin_bar current_user={@current_user} /> <%= @inner_content %> + + <%= @settings.custom_html %> \ No newline at end of file