deploy: zensical build from 2537e4d

This commit is contained in:
forgejo-actions 2026-06-03 10:41:21 +00:00
parent bff0dc4a62
commit b5d6f413db

View file

@ -889,15 +889,30 @@ A living guide for those climbing upward — practices for the body, teachings f
<h2 id="__comments">Comments</h2>
<div id="cusdis_thread"
data-host="https://cusdis.krystl.org"
data-app-id="fee46ca1-f8b9-4668-9488-7a5514b0b3ec"
data-page-id="https://tree.ad/"
data-page-url="https://tree.ad/"
data-page-title="Tree of Ascension Docs"
data-theme="auto">
</div>
<script async defer src="https://cusdis.krystl.org/js/cusdis.es.js"></script>
<div id="cusdis_thread"></div>
<script>
(function() {
var host = "https://cusdis.krystl.org";
var appId = "fee46ca1-f8b9-4668-9488-7a5514b0b3ec";
var pageId = "https://tree.ad/";
var pageUrl = "https://tree.ad/";
var pageTitle = "Tree of Ascension Docs";
var theme = "auto";
var iframe = document.createElement("iframe");
iframe.src = host + "/iframe/thread"
+ "?app_id=" + encodeURIComponent(appId)
+ "&page_id=" + encodeURIComponent(pageId)
+ "&page_url=" + encodeURIComponent(pageUrl)
+ "&page_title=" + encodeURIComponent(pageTitle)
+ "&theme=" + theme;
iframe.style.cssText = "width:100%;border:none;min-height:300px";
iframe.title = "Comments";
var container = document.getElementById("cusdis_thread");
if (container) container.appendChild(iframe);
})();
</script>
<noscript>Please enable JavaScript to view the comments.</noscript>