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> <h2 id="__comments">Comments</h2>
<div id="cusdis_thread" <div id="cusdis_thread"></div>
data-host="https://cusdis.krystl.org" <script>
data-app-id="fee46ca1-f8b9-4668-9488-7a5514b0b3ec" (function() {
data-page-id="https://tree.ad/" var host = "https://cusdis.krystl.org";
data-page-url="https://tree.ad/" var appId = "fee46ca1-f8b9-4668-9488-7a5514b0b3ec";
data-page-title="Tree of Ascension Docs" var pageId = "https://tree.ad/";
data-theme="auto"> var pageUrl = "https://tree.ad/";
</div> var pageTitle = "Tree of Ascension Docs";
<script async defer src="https://cusdis.krystl.org/js/cusdis.es.js"></script> 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> <noscript>Please enable JavaScript to view the comments.</noscript>