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 1a213f6 commit b05c868Copy full SHA for b05c868
src/partials/head-info.hbs
@@ -1,12 +1,11 @@
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}}
9
- {{/unless}}
+
10
{{#unless (eq page.attributes.pagination undefined)}}
11
{{#with page.previous}}
12
<link rel="prev" href="{{{relativize ./url}}}">
@@ -15,6 +14,7 @@
15
14
<link rel="next" href="{{{relativize ./url}}}">
16
17
{{/unless}}
18
{{#with page.description}}
19
<meta name="description" content="{{this}}">
20
0 commit comments