added blog comment form to blog posts

This commit is contained in:
rawleyIfowler
2022-02-16 21:39:16 -06:00
parent 1bd6865c40
commit b52aa497eb
2 changed files with 5 additions and 1 deletions

View File

@@ -12,5 +12,10 @@
{{ else }}
<p>No comments...</p>
{{ end }}
<form method="POST" action="">
<input type="text" placeholder="Name" name="author"/>
<input type="field" name="content" />
<input type="text" value="{{ .Url }}" readonly />
</form>
</div>
{{ template "footer.tmpl" . }}