Cactus Comments are online with a new room made for the title of each post.
This commit is contained in:
@ -7,6 +7,6 @@ initComments({
|
||||
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
|
||||
serverName: "cactus.chat",
|
||||
siteName: "zacharybillman",
|
||||
commentSectionId: "{{ index .Params 0 }}"
|
||||
commentSectionId: "{{ .Title }}".replace(/\s+/g, '-'),
|
||||
})
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user