aboutsummaryrefslogtreecommitdiff
path: root/template/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-05-26 19:46:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-05-26 19:46:20 +0200
commit43d6d9e852533209c0d580c7f08668be11ade1e5 (patch)
tree6616861d436f8af0cfa0c5f88d57c155e17adff3 /template/post.html
parent4a71072dbd738db8a60b36dcd4dc1a52397d900a (diff)
downloadmitjafelicijan.com-43d6d9e852533209c0d580c7f08668be11ade1e5.tar.gz
Removed comments for the moment until sanitization on Nginx side is done
Diffstat (limited to 'template/post.html')
-rwxr-xr-xtemplate/post.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/template/post.html b/template/post.html
index eb7d1b2..839444d 100755
--- a/template/post.html
+++ b/template/post.html
@@ -36,16 +36,6 @@
36 Or by going to <a href="https://web.libera.chat/#mitjafelicijan" target="_blank">https://web.libera.chat/#mitjafelicijan</a>. 36 Or by going to <a href="https://web.libera.chat/#mitjafelicijan" target="_blank">https://web.libera.chat/#mitjafelicijan</a>.
37 </p> 37 </p>
38 38
39 <section class="comments" data-guid="{{.Slug}}">
40 <h4>Comments</h4>
41 <form>
42 <p><input type="text" placeholder="Your name (optional)"></p>
43 <p><textarea placeholder="Your comment" required></textarea></p>
44 <p><button type="button">Submit your comment</button></p>
45 </form>
46 <ul></ul>
47 </section>
48
49 <hr class="top-margin"> 39 <hr class="top-margin">
50 40
51 {{if .Posts}} 41 {{if .Posts}}