deploy: zensical build from 7d58c33
This commit is contained in:
parent
b5d6f413db
commit
ed9db338fd
1 changed files with 9 additions and 24 deletions
33
index.html
33
index.html
|
|
@ -889,30 +889,15 @@ A living guide for those climbing upward — practices for the body, teachings f
|
|||
|
||||
|
||||
<h2 id="__comments">Comments</h2>
|
||||
<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>
|
||||
<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>
|
||||
<noscript>Please enable JavaScript to view the comments.</noscript>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue