Add a `relcanonical: <URL>` item to the frontmatter and this will then make sure that the `<link rel="canonical" >` value is set properly.
1 line
68 B
HTML
1 line
68 B
HTML
<link rel="canonical" href="{{ . | relLangURL }}" itemprop="url" />
|