Separate page title segments by middot rather than pipe
This commit is contained in:
parent
c12e4de50c
commit
69709bbdd0
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ module PageLayoutHelper
|
|||
|
||||
@page_title.push(*titles.compact) if titles.any?
|
||||
|
||||
@page_title.join(" | ")
|
||||
# Segments are seperated by middot
|
||||
@page_title.join(" \u00b7 ")
|
||||
end
|
||||
|
||||
def header_title(title = nil, title_url = nil)
|
||||
|
|
Loading…
Reference in a new issue