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