mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
13 lines
390 B
HTML
13 lines
390 B
HTML
{{- with .Site.Params.comments.cactus -}}
|
|
<div id="comment-section"></div>
|
|
|
|
<script>
|
|
initComments({
|
|
node: document.getElementById("comment-section"),
|
|
defaultHomeserverUrl: "{{ .defaultHomeserverUrl | safeHTML }}",
|
|
serverName: "{{ .serverName }}",
|
|
siteName: "{{ .siteName }}",
|
|
commentSectionId: "{{ $.File.UniqueID }}"
|
|
})
|
|
</script>
|
|
{{- end -}} |