diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-19 21:57:05 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-19 21:57:05 -0600 |
commit | 61d4e959b5dfdb6c42b4ff6f83d86ccb24e36f3e (patch) | |
tree | 38b50079ad5f0a0a9bfc11379d0aa6c45aa1da4e /srv/src/http/tpl/draft-posts.html | |
parent | f365b0975778984281b69d66150ee2d026e2613b (diff) |
improve navigation around admin pages
Diffstat (limited to 'srv/src/http/tpl/draft-posts.html')
-rw-r--r-- | srv/src/http/tpl/draft-posts.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/srv/src/http/tpl/draft-posts.html b/srv/src/http/tpl/draft-posts.html index f89fac5..53261b9 100644 --- a/srv/src/http/tpl/draft-posts.html +++ b/srv/src/http/tpl/draft-posts.html @@ -1,11 +1,13 @@ {{ define "body" }} + <p> + <a href="{{ BlogURL "admin" }}">Back to Admin</a> + </p> + <h1>Drafts</h1> <p> - <a href="{{ BlogURL "drafts/" }}?edit"> - New Draft - </a> + <a href="{{ BlogURL "drafts/" }}?edit">New Draft</a> </p> {{ if ge .Payload.PrevPage 0 }} |