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/posts-manage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http/tpl/posts-manage.html') diff --git a/src/http/tpl/posts-manage.html b/src/http/tpl/posts-manage.html index cfb2ec9..17e7274 100644 --- a/src/http/tpl/posts-manage.html +++ b/src/http/tpl/posts-manage.html @@ -8,7 +8,7 @@ {{ if ge .Payload.PrevPage 0 }}

- < < Previous Page + < < Previous Page

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

- Next Page > > + Next Page > >

{{ end }} -- cgit v1.2.3