summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/posts.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-08-19 21:57:05 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-08-19 21:57:05 -0600
commit61d4e959b5dfdb6c42b4ff6f83d86ccb24e36f3e (patch)
tree38b50079ad5f0a0a9bfc11379d0aa6c45aa1da4e /srv/src/http/tpl/posts.html
parentf365b0975778984281b69d66150ee2d026e2613b (diff)
improve navigation around admin pages
Diffstat (limited to 'srv/src/http/tpl/posts.html')
-rw-r--r--srv/src/http/tpl/posts.html4
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 }}