diff options
Diffstat (limited to 'srv/src/http/tpl/posts.html')
-rw-r--r-- | srv/src/http/tpl/posts.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/srv/src/http/tpl/posts.html b/srv/src/http/tpl/posts.html index 5f75168..fbeaa41 100644 --- a/srv/src/http/tpl/posts.html +++ b/srv/src/http/tpl/posts.html @@ -1,5 +1,9 @@ {{ define "body" }} + <p> + <a href="{{ BlogURL "admin" }}">Back to Admin</a> + </p> + <h1>Posts</h1> {{ if ge .Payload.PrevPage 0 }} |