2019-09-28 20:42:54 +03:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 16:16:14 +03:00
|
|
|
{% set disqus = config.extra.disqus %}
|
|
|
|
{% if page and page.meta and page.meta.disqus is string %}
|
|
|
|
{% set disqus = page.meta.disqus %}
|
|
|
|
{% endif %}
|
|
|
|
{% if not page.is_homepage and disqus %}
|
|
|
|
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
|
|
|
|
<div id="disqus_thread"></div>
|
2020-08-28 19:26:55 +03:00
|
|
|
<script>window.addEventListener("load",function(){var e,t;e=document,(t=e.createElement("script")).src="//{{ disqus }}.disqus.com/embed.js",t.setAttribute("data-timestamp",+new Date),(e.head||e.body).appendChild(t)})</script>
|
2019-06-15 16:16:14 +03:00
|
|
|
{% endif %}
|