blob: 2dfab0f9e571078f8eb5506a7032e53f486d7602 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{{ define "body" }}
<h1>Admin</h1>
This is a directory of pages which are used for managing site content. They are
mostly left open to inspection, but you will not able to change
anything without providing credentials.
<ul>
<li><a href="{{ .RootURL.Posts.MethodManage }}">Posts</a></li>
<li><a href="{{ .RootURL.Assets.MethodManage }}">Assets</a></li>
<li><a href="{{ .RootURL.Drafts.MethodManage }}">Drafts</a> (private)</li>
</ul>
{{ end }}
{{ template "base.html" . }}
|