From: Dan Allen Date: Tue, 28 Apr 2020 23:27:09 +0000 (-0600) Subject: add next/prev links in head X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4c04b4dc316655193a3490580c6a889e41353e61;p=working%2Feg-antora.git add next/prev links in head --- 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}}