Skip to content

Commit

Permalink
Merge pull request #973 from PRX/fix/page-title
Browse files Browse the repository at this point in the history
HOTFIX: Rename page title fallback to Dovetail Podcasts
  • Loading branch information
brandonhundt committed Feb 22, 2024
2 parents c3cf5ce + b8c5dc2 commit fe7ee5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= content_for?(:title) ? content_for(:title) : "Feeder" %></title>
<title><%= content_for?(:title) ? content_for(:title) : "Dovetail Podcasts" %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/plain.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= content_for?(:title) ? content_for(:title) : "Feeder" %></title>
<title><%= content_for?(:title) ? content_for(:title) : "Dovetail Podcasts" %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down

0 comments on commit fe7ee5a

Please sign in to comment.