Include organization name in header title concern

The organization name is helpful to screen reader users when they've got
several tabs/windows open with different sites.
This commit is contained in:
Javi Martín
2021-07-10 02:18:55 +02:00
parent 640a0ba83c
commit 9effc10459

View File

@@ -3,7 +3,7 @@ module Header
def header(&block)
provide(:title) do
"#{t("#{namespace}.header.title")} - #{title}"
"#{t("#{namespace}.header.title")} - #{title} - #{setting["org_name"]}"
end
tag.header do