We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca31cc commit 1a213f6Copy full SHA for 1a213f6
src/partials/head-info.hbs
@@ -1,6 +1,8 @@
1
{{#unless (ne page.attributes.no-canonical undefined)}}
2
{{#if page.canonicalUrl}}
3
+ {{#with page.canonicalUrl}}
4
<link rel="canonical" href="{{{this}}}">
5
+ {{/with}}
6
{{else}}
7
<link rel="canonical" href="https://neo4j.com{{{ page.attributes.canonical-root }}}{{ page.url }}">
8
{{/if}}
0 commit comments