aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-20 22:33:58 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-20 22:33:58 +0200
commitf12f87cb714921954a3b570203ee3644ebc18a77 (patch)
tree0df613089f10d0623c71a2e89adb2f42ab89fe20
parent4530c0217810a6c69c954e9d667c60a4ef6ae6d7 (diff)
downloadmitjafelicijan.com-f12f87cb714921954a3b570203ee3644ebc18a77.tar.gz
Removed Github comments
-rwxr-xr-xthemes/simple/layouts/partials/comments.html13
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>