blog/layouts/shortcodes/cactus.html

13 lines
487 B
HTML
Raw Normal View History

2023-02-07 13:37:32 +01: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"),
defaultHomeserverUrl: "https://matrix.tastytea.de",
serverName: "tastytea.de",
siteName: "blog.tastytea.de",
commentSectionId: "{{ index .Params 0 }}"
})
</script>