From 93b83cc291ca464dc3f994d1b2e3482aba4ca2db Mon Sep 17 00:00:00 2001 From: Ryan Orlando Date: Mon, 26 Feb 2024 12:38:55 -0500 Subject: [PATCH] temp --- app/views/shared/_masthead.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_masthead.html.erb b/app/views/shared/_masthead.html.erb index d759ecdef..3aa3aa80d 100644 --- a/app/views/shared/_masthead.html.erb +++ b/app/views/shared/_masthead.html.erb @@ -44,7 +44,7 @@

<%= application_name %>

- <%= params[:tag]%> + <%= params[:tag].to_str%> <% if current_site.subtitle.present? %> <%= current_site.subtitle %> <% end%>