By default don't include the site's title | sub-title in the <title> of pages from which we were able to extract a title.
This commit is contained in:
parent
2cdc75633d
commit
83f6fdb7c5
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ fn werc_exec_request {
|
|||
# XXX Is this never true? because we set pageTitle earlier based on url.
|
||||
if(~ $"pageTitle '')
|
||||
pageTitle=$"siteTitle' '$"siteSubTitle
|
||||
if not
|
||||
pageTitle=$"pageTitle' | '$"siteTitle' '$"siteSubTitle
|
||||
# if not
|
||||
# pageTitle=$"pageTitle' | '$"siteTitle' '$"siteSubTitle
|
||||
|
||||
for(h in $extraHttpHeaders)
|
||||
echo $h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue