From 740fbd3e0ab1ccbb657862c61d3d557267cc8f1d Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Tue, 22 Sep 2020 11:07:09 +0800 Subject: fix: wrong relative urls --- _includes/views/paginator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/views/paginator.html') diff --git a/_includes/views/paginator.html b/_includes/views/paginator.html index 0e03df9..73c56bf 100644 --- a/_includes/views/paginator.html +++ b/_includes/views/paginator.html @@ -6,7 +6,7 @@
{% if paginator.previous_page %} - Prev + Prev {% else %} Prev {% endif %} @@ -16,7 +16,7 @@ {% if paginator.next_page %} - Next + Next {% else %} Next {% endif %} -- cgit v1.2.3