mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-10-29 20:28:27 +01:00
canonical update
deleivered title - now full url
This commit is contained in:
parent
0bde076749
commit
03dcb7dca1
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace gp{
|
|||
$this->language = $languages[$this->lang];
|
||||
}
|
||||
|
||||
$this->head .= '<link rel="canonical" href="'.\gp\tool::GetUrl($title).'" />'."\n";
|
||||
$this->head .= '<link rel="canonical" href="'.\gp\tool::AbsoluteUrl($title).'" />'."\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue