From 76bc1d3eda8404eb4848ceac7a370b6efad31270 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 6 Nov 2025 15:22:57 -0600 Subject: [PATCH] Need a place to display board title --- app/views/layouts/public.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/public.html.erb b/app/views/layouts/public.html.erb index 98c42de94..1373a87d5 100644 --- a/app/views/layouts/public.html.erb +++ b/app/views/layouts/public.html.erb @@ -11,6 +11,8 @@ Fizzy <% end %> + + <%= yield :header %>