hugo-toha/layouts/partials/misc/canoncial.html
David G. Simmons 739499b106
Add support for canonical links
Add a `relcanonical: <URL>` item to the frontmatter and this will then make sure that the `<link rel="canonical" >` value is set properly.
2024-10-15 13:59:30 -04:00

1 line
68 B
HTML

<link rel="canonical" href="{{ . | relLangURL }}" itemprop="url" />