aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/comments.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-16 23:51:43 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-16 23:51:43 +0200
commit854ae471a01bb13cb73a38143f43d97a9ca62ce5 (patch)
tree3929f9f2b54db993bda6cc717ac465409f50acbf /themes/simple/layouts/partials/comments.html
parent5c39d767ffbecefa447dac60b8f0adc0ef2064dc (diff)
downloadmitjafelicijan.com-854ae471a01bb13cb73a38143f43d97a9ca62ce5.tar.gz
Added new draft post
Diffstat (limited to 'themes/simple/layouts/partials/comments.html')
-rwxr-xr-xthemes/simple/layouts/partials/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html
index 7978917..70b1d94 100755
--- a/themes/simple/layouts/partials/comments.html
+++ b/themes/simple/layouts/partials/comments.html
@@ -1,9 +1,9 @@
1<section class="comments"> 1<section class="comments">
2 <h2 class="text-xl font-bold mb-2">Leave a comment</h2>
2 <p class="mb-4">You can write me an email at <a href="mailto:m@mitjafelicijan.com" class="underline hover:bg-yellow-100">m@mitjafelicijan.com</a> or comment bellow.</p> 3 <p class="mb-4">You can write me an email at <a href="mailto:m@mitjafelicijan.com" class="underline hover:bg-yellow-100">m@mitjafelicijan.com</a> or comment bellow.</p>
3 <div id="comment-section"></div> 4 <div id="comment-section"></div>
4 5
5 <script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script> 6 <script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
6 <link rel="stylesheet" href="_https://latest.cactus.chat/style.css" type="text/css">
7 7
8 <script> 8 <script>
9 window.addEventListener('load', () => { 9 window.addEventListener('load', () => {