This commit is contained in:
parent
e72312ddbd
commit
c2a40d41a2
17
documentation/overrides/partials/comments.html
Normal file
17
documentation/overrides/partials/comments.html
Normal file
@ -0,0 +1,17 @@
|
||||
{% if "comments" in page.meta.hide %}
|
||||
{% else %}
|
||||
<h2 id="__comments" >{{ lang.t("meta.comments") }}</h2>
|
||||
<div id="remark42"></div>
|
||||
<script>
|
||||
var remark_config = {
|
||||
host: "https://comments.struchkov.dev",
|
||||
site_id: 'docs',
|
||||
components: ['embed'],
|
||||
locale: 'ru',
|
||||
theme: localStorage.theme,
|
||||
show_email_subscription: true,
|
||||
simple_view: false
|
||||
};
|
||||
</script>
|
||||
<script>!function(e,n){for(var o=0;o<e.length;o++){var r=n.createElement("script"),c=".js",d=n.head||n.body;"noModule"in r?(r.type="module",c=".mjs"):r.async=!0,r.defer=!0,r.src=remark_config.host+"/web/"+e[o]+c,d.appendChild(r)}}(remark_config.components||["embed"],document);</script>
|
||||
{% endif %}
|
Loading…
Reference in New Issue
Block a user