mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 02:47:41 +01:00
15 lines
461 B
HTML
15 lines
461 B
HTML
<div id="disqus_thread"></div>
|
|
<script>
|
|
var disqus_config = function () {
|
|
this.page.url = "{{ page.canonical_url }}";
|
|
this.page.identifier =
|
|
"{{ page.canonical_url | replace(config.site_url, "") }}";
|
|
};
|
|
(function() {
|
|
var d = document, s = d.createElement("script");
|
|
s.src = "//{{ config.extra.disqus }}.disqus.com/embed.js";
|
|
s.setAttribute("data-timestamp", +new Date());
|
|
(d.head || d.body).appendChild(s);
|
|
})();
|
|
</script>
|