diff --git a/lib/initfest/views/layouts/public/application.html.erb b/lib/initfest/views/layouts/public/application.html.erb index 1f26aad..5392ce6 100644 --- a/lib/initfest/views/layouts/public/application.html.erb +++ b/lib/initfest/views/layouts/public/application.html.erb @@ -2,9 +2,6 @@ - <% if content_for? :title %> - <%= yield :title %> - <% end %> <% if content_for?(:title) and current_conference? %> <%= yield :title %> | <%= current_conference.try :title %> <% elsif !content_for?(:title) and current_conference? %>