jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

14 lines
517 B

  1. <script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
  2. <link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
  3. <div id="comment-section"></div>
  4. <script>
  5. initComments({
  6. node: document.getElementById("comment-section"),
  7. defaultHomeserverUrl: "https://nipponalba.scot",
  8. serverName: "nipponalba.scot",
  9. siteName: "jk.nipponalba.scot",
  10. commentSectionId: "{{ .Page.Params.slug }}"
  11. })
  12. </script>