Skip to content

Commit

Permalink
work on finishing the masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Oct 22, 2024
1 parent 594aaf9 commit 45f3085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_masthead.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<%= application_name %>
</h1>
<% if current_site.subtitle.present? %>
<%# this is not showing the right value %>
<small><%= current_site.subtitle %></small>
<% end%>
<% end %>
Expand All @@ -54,7 +55,6 @@
</div>

<%= masthead_navbar unless resource_masthead? %>
here
</header>

<%= render 'shared/breadcrumbs' unless resource_masthead? %>

0 comments on commit 45f3085

Please sign in to comment.