website-old/layouts/shortcodes/chat.html

12 lines
457 B
HTML
Raw Normal View History

2022-11-01 11:51:15 -07:00
<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"),
2022-11-01 12:27:30 -07:00
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "cactus.chat",
2022-11-01 11:51:15 -07:00
siteName: "ch0ccyra1n.gitlab.io",
commentSectionId: "{{ index .Params 0 }}"
})
</script>