Meta: remove comments

This commit is contained in:
Jan Kremer 2024-05-31 14:27:45 +02:00
parent ff91ad1f8d
commit e083b710ec
Signed by: jan
GPG key ID: A7DA689CB3B078EC
8 changed files with 0 additions and 23 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.cactus.chat:8448",
serverName: "cactus.chat",
siteName: "jankremer",
commentSectionId: "{{ index .Params 0 }}"
})
</script>