added template for spam posts, added spam filter, added new js to redirect

This commit is contained in:
rawleyIfowler
2022-02-26 10:15:57 -06:00
parent 7d8faeed62
commit b1c76c2094
4 changed files with 53 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{{ template "header.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>
</html>