deploy: zensical build from 7d58c33

This commit is contained in:
forgejo-actions 2026-06-03 10:52:39 +00:00
parent b5d6f413db
commit ed9db338fd

View file

@ -889,30 +889,15 @@ 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> <div id="cusdis_thread"
<script> data-host="https://cusdis.krystl.org"
(function() { data-app-id="fee46ca1-f8b9-4668-9488-7a5514b0b3ec"
var host = "https://cusdis.krystl.org"; data-page-id="https://tree.ad/"
var appId = "fee46ca1-f8b9-4668-9488-7a5514b0b3ec"; data-page-url="https://tree.ad/"
var pageId = "https://tree.ad/"; data-page-title="Tree of Ascension Docs"
var pageUrl = "https://tree.ad/"; data-theme="auto">
var pageTitle = "Tree of Ascension Docs"; </div>
var theme = "auto"; <script async defer src="https://cusdis.krystl.org/js/cusdis.es.js"></script>
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>