Revert "add cactus comments shortcode"

Everyone could create a new comment room unbeknownst to me, join it as
guest, host illegal content and call the police.

This reverts commit d7e317d0bc.
This commit is contained in:
tastytea 2023-02-07 14:48:07 +01:00
parent d7e317d0bc
commit e1c3ce1efa
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<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>