From b6166580dc64df8c3239d0522d8b192561dcdb0c Mon Sep 17 00:00:00 2001 From: inhji Date: Mon, 27 Mar 2023 11:53:09 +0200 Subject: [PATCH] render custom_html and custom_css --- lib/chiya_web/components/layouts/root_public.html.heex | 3 +++ 1 file changed, 3 insertions(+) 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