Struchkov Mark
5decc2b675
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
708 B
HTML
17 lines
708 B
HTML
{% 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: 'en',
|
|
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 %} |