canonical update

deleivered title - now full url
This commit is contained in:
gtbu 2025-10-23 12:22:33 +02:00
parent 0bde076749
commit 03dcb7dca1

View file

@ -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";
}