more meaningful id for cactus comments section id
This commit is contained in:
parent
b1b09d7ee4
commit
003313e763
|
@ -9,7 +9,7 @@ initComments({
|
||||||
defaultHomeserverUrl: '{{ site.Params.cactusCommentsHomeserver | default "https://matrix.cactus.chat:8448" }}',
|
defaultHomeserverUrl: '{{ site.Params.cactusCommentsHomeserver | default "https://matrix.cactus.chat:8448" }}',
|
||||||
serverName: '{{ site.Params.cactusCommentsServerName | default "cactus.chat" }}',
|
serverName: '{{ site.Params.cactusCommentsServerName | default "cactus.chat" }}',
|
||||||
siteName: "{{ site.Params.cactusCommentsSiteName }}",
|
siteName: "{{ site.Params.cactusCommentsSiteName }}",
|
||||||
commentSectionId: "{{ .File.UniqueID }}"
|
commentSectionId: "{{ .Permalink }}"
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue