aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-01-28 00:33:39 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-01-28 00:33:39 +0100
commitfcd75263030e3289f8593817cccea46662e85b90 (patch)
tree9abdffc5f38cb1b5be886b5d498611ac8f66c9ac /themes
parent01b34872943ff45d7e47d687f0c534559d7ad33f (diff)
downloadmitjafelicijan.com-fcd75263030e3289f8593817cccea46662e85b90.tar.gz
Added comments
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/simple/layouts/partials/comments.html25
1 files changed, 17 insertions, 8 deletions
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html
index bd26145..3eb2b86 100755
--- a/themes/simple/layouts/partials/comments.html
+++ b/themes/simple/layouts/partials/comments.html
@@ -1,11 +1,20 @@
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">Care to leave a comment?</h2>
3 <p class="mb-4">You can write me an email at 3
4 <a href="mailto:m@mitjafelicijan.com" 4 <p class="mb-10">
5 class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">m@mitjafelicijan.com</a> 5 You can write me an email at
6 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" 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 class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">on 8 Other option is to also leave a comment below.
9 Telegram</a>.
10 </p> 9 </p>
11</section> \ No newline at end of file 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>