Try to use cactus.chat comments for each post.

This commit is contained in:
2022-05-01 11:23:03 -04:00
parent f6d26143ac
commit d4367a7a29
2 changed files with 13 additions and 7 deletions

View File

@ -1 +1,12 @@
{{ template "_internal/disqus.html" . }}
<script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
<div id="comment-section"></div>
<script>
initComments({
node: document.getElementById("comment-section"),
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "cactus.chat",
siteName: "zacharybillman",
commentSectionId: "{{ index .Params 0 }}"
})
</script>