mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
13 lines
581 B
HTML
13 lines
581 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% 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>
|
|
<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>
|
|
{% endif %}
|