Skip to content

Commit

Permalink
Update Title tags (#967)
Browse files Browse the repository at this point in the history
Fixes #948
  • Loading branch information
ice1080 committed Nov 7, 2023
1 parent a4c186a commit 8365125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rails/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Terrastories</title>
<title><%= t("welcome") %> - Terrastories<%= @community&.name ? ": #{@community.name}": '' %></title>
<%= favicon_link_tag asset_path('favicon.ico'), :rel => 'icon', :type => 'image/png' %>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion rails/app/views/layouts/react.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Terrastories</title>
<title>Terrastories: <%= @community.name %></title>
<%= favicon_link_tag asset_path('favicon.ico'), :rel => 'icon', :type => 'image/png' %>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down

0 comments on commit 8365125

Please sign in to comment.