From 26dbc6691dbe038cbbbeb11195678d77693b335d Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 23 Jan 2023 21:26:08 +0100 Subject: [PATCH] Fix page navigation in posts/drafts manage pages --- src/http/tpl/draft-posts-manage.html | 4 ++-- src/http/tpl/posts-manage.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }} 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 }}