aboutsummaryrefslogtreecommitdiff
path: root/template/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/post.html')
-rwxr-xr-xtemplate/post.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/template/post.html b/template/post.html
index 0404820..31a77b6 100755
--- a/template/post.html
+++ b/template/post.html
@@ -28,8 +28,17 @@
28 </article> 28 </article>
29 29
30 {{if .Listing}} 30 {{if .Listing}}
31 <section class="top-margin"> 31
32 <a href="mailto:m@mitjafelicijan.com">➝ Get in contact with me via email.</a> 32 <hr class="top-margin">
33
34 <section class="comments" data-guid="{{.Slug}}">
35 <h4>Comments</h4>
36 <form>
37 <p><input type="text" placeholder="Your name (optional)"></p>
38 <p><textarea placeholder="Your comment" required></textarea></p>
39 <p><button type="button">Submit your comment</button></p>
40 </form>
41 <ul></ul>
33 </section> 42 </section>
34 43
35 <hr class="top-margin"> 44 <hr class="top-margin">