From cedb31d31c041df42c05f1bb78fbb870f03447d6 Mon Sep 17 00:00:00 2001 From: lyonbot Date: Mon, 22 Jan 2018 19:34:26 +0800 Subject: [PATCH] Fix: pagination anchor makes links unclickable Sometimes the anchor `
` covers posts, making some links unclickable --- _includes/pagination.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/pagination.html b/_includes/pagination.html index aa2a67608..f9c5626f4 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -1,8 +1,8 @@ -
+
{% if page.previous %} {% endif %} {% if page.next %} {% endif %} -
\ No newline at end of file +