WIP Branch completed: Overhaul of site logic, removed comments, repositories
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
{{ template "header.tmpl" . }}
|
||||
{{ if .Success }}
|
||||
<html>
|
||||
<head>
|
||||
<meta lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="keywords" content="blog resume rawley-fowler rawleyportfolio rawleyxyz rawleyfowler RF rawley fowler Rawley Fowler portfolio RawleyFowler RawleyXYZ rawleyXYZ RawleyXYZ">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/static/index.css" rel="stylesheet" type="text/css">
|
||||
<title>admin login</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ template "nav.tmpl" . }}
|
||||
{{ if . }}
|
||||
<h2>Login was <u>successful</u>!</h2>
|
||||
<p>Click <a href="/admin/post">here</a> to go to the post creation area.</p>
|
||||
{{ else }}
|
||||
<h2>Login was <u>not</u> successful!</h2>
|
||||
<h2>Login was <u>not</u> successful...</h2>
|
||||
<p>Click <a href="/admin/">here</a> to return to the login page to try again.</p>
|
||||
{{ end }}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user