From 76fe68d924d424283d0a1784c5f5e7582dda3a00 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 22 Sep 2020 12:44:08 +0200 Subject: Fix plugin base path in core plugins Also fix note check in archiveorg plugin, and regression on vintage template. Documentation regarding relative path has been added. Fixes #1548 --- tpl/vintage/linklist.paging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl') diff --git a/tpl/vintage/linklist.paging.html b/tpl/vintage/linklist.paging.html index b9396df6..79daf16c 100644 --- a/tpl/vintage/linklist.paging.html +++ b/tpl/vintage/linklist.paging.html @@ -32,6 +32,6 @@ {if="$previous_page_url"} ◄Older {/if} -
page {$page_current} / {$page_max}
+ {if="$page_max>1"}
page {$page_current} / {$page_max}
{/if} {if="$next_page_url"} Newer► {/if} -- cgit v1.2.3