website-old/layouts/shortcodes/chat.html
2022-11-01 12:02:43 -07:00

12 lines
No EOL
455 B
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://planetexpress.me",
serverName: "planetexpress.me",
siteName: "ch0ccyra1n.gitlab.io",
commentSectionId: "{{ index .Params 0 }}"
})
</script>