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 }}