This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 14e4956  restore canonical link element
14e4956 is described below

commit 14e4956d29dd920bd504aefd8ccf97e649b0620f
Author: David Jencks <[email protected]>
AuthorDate: Wed Sep 15 11:49:16 2021 -0700

    restore canonical link element
---
 antora-ui-camel/src/partials/head-info.hbs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/antora-ui-camel/src/partials/head-info.hbs 
b/antora-ui-camel/src/partials/head-info.hbs
index e35f5d7..32c8bee 100644
--- a/antora-ui-camel/src/partials/head-info.hbs
+++ b/antora-ui-camel/src/partials/head-info.hbs
@@ -1,3 +1,6 @@
+    {{#with page.canonicalUrl}}
+    <link rel="canonical" href="{{{this}}}">
+    {{/with}}
     {{#unless (eq page.attributes.pagination undefined)}}
     {{#with page.previous}}
     <link rel="prev" href="{{{relativize ./url}}}">

Reply via email to