|
|
@ -0,0 +1,14 @@ |
|
|
|
<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://nipponalba.scot", |
|
|
|
serverName: "nipponalba.scot", |
|
|
|
siteName: "jk.nipponalba.scot", |
|
|
|
commentSectionId: "{{ .Page.Params.slug }}" |
|
|
|
}) |
|
|
|
</script> |