Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Feb 26, 2024
1 parent d0e83a7 commit 93b83cc
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 @@ -44,7 +44,7 @@
<h1 class="site-title h2">
<%= application_name %>
</h1>
<small><%= params[:tag]%></small>
<small><%= params[:tag].to_str%></small>
<% if current_site.subtitle.present? %>
<small><%= current_site.subtitle %></small>
<% end%>
Expand Down

0 comments on commit 93b83cc

Please sign in to comment.