From 4f590e2bba0639751771211bc0d357828ae70404 Mon Sep 17 00:00:00 2001 From: Zak Kemble Date: Sun, 27 Mar 2022 18:45:43 +0100 Subject: [PATCH] fix: p is not allowed in span --- _includes/post-nav.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/post-nav.html b/_includes/post-nav.html index bb3b52d..9de3f08 100644 --- a/_includes/post-nav.html +++ b/_includes/post-nav.html @@ -9,10 +9,10 @@

{{ page.previous.title }}

{% else %} -

-

-
+ {% endif %} {% if page.next.url %} @@ -21,10 +21,10 @@

{{ page.next.title }}

{% else %} -

-

-
+ {% endif %}