diff options
Diffstat (limited to 'themes/simple/layouts/partials/comments.html')
| -rwxr-xr-x | themes/simple/layouts/partials/comments.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html index 3eb2b86..4e3c7b6 100755 --- a/themes/simple/layouts/partials/comments.html +++ b/themes/simple/layouts/partials/comments.html | |||
| @@ -1,20 +1,9 @@ | |||
| 1 | <section class="comments"> | 1 | <section class="comments"> |
| 2 | <h2 class="text-xl font-bold mb-2">Care to leave a comment?</h2> | 2 | <h2 class="text-xl font-bold mb-2">Want to comment or have you something to add?</h2> |
| 3 | 3 | ||
| 4 | <p class="mb-10"> | 4 | <p class="mb-10"> |
| 5 | You can write me an email at | 5 | You can write me an email at |
| 6 | <a href="mailto:m@mitjafelicijan.com" class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">m@mitjafelicijan.com</a> or catch up with me | 6 | <a href="mailto:m@mitjafelicijan.com" class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">m@mitjafelicijan.com</a> or catch up with me |
| 7 | <a href="https://telegram.me/mitjafelicijan" target="_blank" class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">on Telegram</a>. | 7 | <a href="https://telegram.me/mitjafelicijan" target="_blank" class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">on Telegram</a>. |
| 8 | Other option is to also leave a comment below. | ||
| 9 | </p> | 8 | </p> |
| 10 | |||
| 11 | <hr class="border-2 border-gray-100 mb-10"> | ||
| 12 | |||
| 13 | <script src="https://utteranc.es/client.js" | ||
| 14 | repo="mitjafelicijan/blog-comments" | ||
| 15 | issue-term="pathname" | ||
| 16 | theme="github-light" | ||
| 17 | crossorigin="anonymous" | ||
| 18 | async> | ||
| 19 | </script> | ||
| 20 | </section> | 9 | </section> |
