Skip to content

Commit

Permalink
Reverse the title parts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jul 26, 2024
1 parent c85ccbc commit 30aa9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/meta_tags_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def output_title_and_meta_tags
end

def page_title(*parts)
(parts + [Setting.app_title]).join(" | ")
(parts.reverse + [Setting.app_title]).join(" | ")
end

def initializer_meta_tag
Expand Down

0 comments on commit 30aa9c7

Please sign in to comment.