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 %>
diff --git a/app/views/public/boards/show.html.erb b/app/views/public/boards/show.html.erb
index ae5b75912..f5585f5e9 100644
--- a/app/views/public/boards/show.html.erb
+++ b/app/views/public/boards/show.html.erb
@@ -13,8 +13,8 @@
<% end %>
<% content_for :header do %>
-