Revert "more meaningful id for cactus comments section id"

This reverts commit 003313e763.
This commit is contained in:
Gabriele Musco 2021-12-26 19:19:59 +01:00
parent 003313e763
commit 5082511f06
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ initComments({
defaultHomeserverUrl: '{{ site.Params.cactusCommentsHomeserver | default "https://matrix.cactus.chat:8448" }}',
serverName: '{{ site.Params.cactusCommentsServerName | default "cactus.chat" }}',
siteName: "{{ site.Params.cactusCommentsSiteName }}",
commentSectionId: "{{ .Permalink }}"
commentSectionId: "{{ .File.UniqueID }}"
})
</script>
{{ end }}