diff --git a/app/views/pages/contact.html.erb b/app/views/pages/contact.html.erb index 9cd72353d..2fb991850 100644 --- a/app/views/pages/contact.html.erb +++ b/app/views/pages/contact.html.erb @@ -1,20 +1,20 @@ -<% title "Contact The Practical Dev" %> +<% title "Contact #{community_qualified_name}" %> <%= content_for :page_meta do %> " /> - + " /> - + "> - + <% end %> @@ -27,7 +27,7 @@
- The Practical Dev would love to hear from you! + <%= community_qualified_name %> would love to hear from you!
Email: <%= SiteConfig.email_addresses[:default] %> 😁 diff --git a/app/views/pages/information.html.erb b/app/views/pages/information.html.erb index 3f31f77ac..ecdf57af9 100644 --- a/app/views/pages/information.html.erb +++ b/app/views/pages/information.html.erb @@ -1,4 +1,4 @@ -<% title "About The Practical Dev" %> +<% title "About #{community_qualified_name}" %> <%= content_for :page_meta do %> " /> diff --git a/app/views/podcast_episodes/_meta.html.erb b/app/views/podcast_episodes/_meta.html.erb index 59d75508f..73167abe0 100644 --- a/app/views/podcast_episodes/_meta.html.erb +++ b/app/views/podcast_episodes/_meta.html.erb @@ -1,13 +1,13 @@ <% if @podcast && @podcast.persisted? %> - <% title @podcast.title + " — The Practical Dev" %> + <% title @podcast.title %> <%= content_for :page_meta do %> - /<%= @podcast.slug %>" /> + - /<%= @podcast.slug %>" /> + @@ -24,13 +24,13 @@ <% else %> <% title "Podcasts" %> <%= content_for :page_meta do %> - /pod" /> + - /pod" /> - + + @@ -39,7 +39,7 @@ "> "> - + <% end %> diff --git a/app/views/users/_meta.html.erb b/app/views/users/_meta.html.erb index a4d999ff3..26ca3c185 100644 --- a/app/views/users/_meta.html.erb +++ b/app/views/users/_meta.html.erb @@ -16,7 +16,7 @@ <% if @stories.any? %> - <%= auto_discovery_link_tag(:rss, app_url("/feed/#{@user.username}"), title: "The Practical Dev RSS Feed") %> + <%= auto_discovery_link_tag(:rss, app_url("/feed/#{@user.username}"), title: "#{community_qualified_name} RSS Feed") %> <% end %> <% if @user.banned %>