From 26dbc6691dbe038cbbbeb11195678d77693b335d Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 23 Jan 2023 21:26:08 +0100 Subject: Fix page navigation in posts/drafts manage pages --- src/http/tpl/draft-posts-manage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http/tpl/draft-posts-manage.html') diff --git a/src/http/tpl/draft-posts-manage.html b/src/http/tpl/draft-posts-manage.html index 12aadb2..5454f24 100644 --- a/src/http/tpl/draft-posts-manage.html +++ b/src/http/tpl/draft-posts-manage.html @@ -12,7 +12,7 @@ {{ if ge .Payload.PrevPage 0 }}

- < < Previous Page + < < Previous Page

{{ end }} @@ -41,7 +41,7 @@ {{ if ge .Payload.NextPage 0 }}

- Next Page > > + Next Page > >

{{ end }} -- cgit v1.2.3