diff --git a/src/partials/head-info.hbs b/src/partials/head-info.hbs
index 3f616cfd..bb484ba4 100644
--- a/src/partials/head-info.hbs
+++ b/src/partials/head-info.hbs
@@ -1,10 +1,11 @@
- {{#unless (ne page.attributes.no-canonical undefined)}}
{{#if page.canonicalUrl}}
+ {{#with page.canonicalUrl}}
+ {{/with}}
{{else}}
{{/if}}
- {{/unless}}
+
{{#unless (eq page.attributes.pagination undefined)}}
{{#with page.previous}}
@@ -13,6 +14,7 @@
{{/with}}
{{/unless}}
+
{{#with page.description}}
{{/with}}