diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-30 21:39:50 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-30 21:39:50 +0100 |
| commit | a306363f9d102a162d582f0f19920f6b6578a0f6 (patch) | |
| tree | ff3a890b78fa33f6b4bff9ebd0583a706578899b /template/post.html | |
| parent | 5ebb13dfdc28d210b184a5fa9dc863e41a8f2c63 (diff) | |
| download | mitjafelicijan.com-a306363f9d102a162d582f0f19920f6b6578a0f6.tar.gz | |
Added comments made with Nginx NJS
Diffstat (limited to 'template/post.html')
| -rwxr-xr-x | template/post.html | 13 |
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"> |
