From 4c04b4dc316655193a3490580c6a889e41353e61 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 28 Apr 2020 17:27:09 -0600 Subject: [PATCH] add next/prev links in head --- src/partials/head-info.hbs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/partials/head-info.hbs b/src/partials/head-info.hbs index e6e9112..7eb1107 100644 --- a/src/partials/head-info.hbs +++ b/src/partials/head-info.hbs @@ -1,6 +1,12 @@ {{#with page.canonicalUrl}} {{/with}} + {{#with page.previous}} + + {{/with}} + {{#with page.next}} + + {{/with}} {{#with page.description}} {{/with}} -- 2.11.0