From 76ff79f47035c11c1e0dfcd283034b738b5c3f0d Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 18 Aug 2022 21:11:42 -0600 Subject: add admin page, and spruce up posts and assets --- srv/src/http/tpl/admin.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srv/src/http/tpl/admin.html (limited to 'srv/src/http/tpl/admin.html') diff --git a/srv/src/http/tpl/admin.html b/srv/src/http/tpl/admin.html new file mode 100644 index 0000000..24b2770 --- /dev/null +++ b/srv/src/http/tpl/admin.html @@ -0,0 +1,17 @@ +{{ define "body" }} + +

Admin

+ +This is a directory of pages which are used for managing blog content. They are +mostly left open to inspection, but you will not able to change +anything without providing credentials. + + + +{{ end }} + +{{ template "base.html" . }} + -- cgit v1.2.3