aboutsummaryrefslogtreecommitdiff
path: root/themes/bare/layouts/partials/comments.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-01-26 11:38:51 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-01-26 11:38:51 +0100
commit23542c9a37a18f1d18c7739241bdef19c0be0124 (patch)
treef88de3d0b36530daaf33dd5a8564086375656b29 /themes/bare/layouts/partials/comments.html
parentd95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 (diff)
downloadmitjafelicijan.com-23542c9a37a18f1d18c7739241bdef19c0be0124.tar.gz
Removal of bare theme
Diffstat (limited to 'themes/bare/layouts/partials/comments.html')
-rwxr-xr-xthemes/bare/layouts/partials/comments.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/themes/bare/layouts/partials/comments.html b/themes/bare/layouts/partials/comments.html
deleted file mode 100755
index b905967..0000000
--- a/themes/bare/layouts/partials/comments.html
+++ /dev/null
@@ -1,21 +0,0 @@
1<section class="comments">
2 <h2 class="text-xl font-bold mb-2">Leave a comment</h2>
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>
4 <div id="comment-section"></div>
5
6 <script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
7
8 <script>
9 window.addEventListener('load', () => {
10 initComments({
11 node: document.getElementById("comment-section"),
12 defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
13 serverName: "cactus.chat",
14 siteName: "mitjafelicijan.com",
15 commentSectionId: "{{ .File }}",
16 pageSize: 50,
17 updateInterval: 10,
18 });
19 });
20 </script>
21</section>