fixed broken title for posting comments screens

This commit is contained in:
rawleyIfowler
2022-02-28 09:12:45 -06:00
parent 161f68ba85
commit ede5865307
4 changed files with 37 additions and 4 deletions

View File

@@ -1,4 +1,15 @@
{{ template "header.tmpl" . }}
<!DOCTYPE html>
<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>Comment spam</title>
</head>
<body>
{{ template "nav.tmpl" . }}
<h2>You've commented too many times, too quickly. Your comment will <u>not</u> be posted.</h2>
<p>Click <a href="/blog/post/{{ .Url }}">here</a> to return to the post.<p>
</body>