diff --git a/views/layout.erb b/views/layout.erb index c5ec841..3ab9311 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -1,16 +1,16 @@ - + <%= @page_title || "My Website" %> - +
-

<%= @page_title || 'Page Title Placeholder' %>

- <% # maybe put a flash section here some day %> +

<%= @page_title || 'Page Title Placeholder' %>

+ <% # maybe put a flash section here some day, what Bulma calls the Hero component I think %> <%== yield %>