From 8db203031f162111e9497a1618e195bff6d1f93c Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 10 May 2020 02:04:54 -0600 Subject: [PATCH] consistently use triple handlebars for URLs --- src/partials/head-info.hbs | 2 +- src/partials/header-content.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/partials/head-info.hbs b/src/partials/head-info.hbs index f18e7da..32c8bee 100644 --- a/src/partials/head-info.hbs +++ b/src/partials/head-info.hbs @@ -1,5 +1,5 @@ {{#with page.canonicalUrl}} - + {{/with}} {{#unless (eq page.attributes.pagination undefined)}} {{#with page.previous}} diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index 05ca5ef..6973507 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -1,7 +1,7 @@