diff options
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> |