2022-08-19 03:11:42 +00:00
|
|
|
{{ define "body" }}
|
|
|
|
|
|
|
|
<h1>Admin</h1>
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
<ul>
|
2022-11-29 19:59:31 +00:00
|
|
|
<li><a href="{{ BlogURL "posts?method=manage" }}">Posts</a></li>
|
|
|
|
<li><a href="{{ BlogURL "assets?method=manage" }}">Assets</a></li>
|
|
|
|
<li><a href="{{ BlogURL "drafts?method=manage" }}">Drafts</a> (private)</li>
|
2022-08-19 03:11:42 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ template "base.html" . }}
|
|
|
|
|