diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-19 21:47:38 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-19 21:47:38 -0600 |
commit | f365b0975778984281b69d66150ee2d026e2613b (patch) | |
tree | e16022ab67413f96538cb720065264f73f562cb0 /srv/src/http/tpl/posts.html | |
parent | 33a81f73e1ba59e76cf94c4439b80176cbb8261f (diff) |
implemented draft publishing and removed New Posts link/capability
Diffstat (limited to 'srv/src/http/tpl/posts.html')
-rw-r--r-- | srv/src/http/tpl/posts.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/srv/src/http/tpl/posts.html b/srv/src/http/tpl/posts.html index 946c713..5f75168 100644 --- a/srv/src/http/tpl/posts.html +++ b/srv/src/http/tpl/posts.html @@ -2,12 +2,6 @@ <h1>Posts</h1> - <p> - <a href="{{ BlogURL "posts/" }}?edit"> - New Post - </a> - </p> - {{ if ge .Payload.PrevPage 0 }} <p> <a href="?p={{ .Payload.PrevPage}}">< < Previous Page</a> |