aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-09-30 06:40:37 +0300
committerValentin Popov <info@valentineus.link>2018-09-30 06:40:37 +0300
commit20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d (patch)
tree2be810ea830ca665baea6813210ddc997906dbdb /_includes
parent5659edfb8eb8c3b1c3aca4eb5b1a46c4e65ce9a5 (diff)
downloadpopov.link-20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d.tar.xz
popov.link-20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d.zip
Change of connected comments
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes')
-rw-r--r--_includes/disqus.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/_includes/disqus.html b/_includes/disqus.html
deleted file mode 100644
index e87f39d..0000000
--- a/_includes/disqus.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<div class="comments">
- <div id="disqus_thread"></div>
- <script defer type="text/javascript">
- var disqus_config = function () {
- this.page.identifier = '{{ page.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}';
- this.page.title = '{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}';
- this.page.url = '{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | absolute_url | uri_escape }}';
- };
-
- (function () {
- var d = document,
- s = d.createElement('script');
- s.src = '//valentineus-link.disqus.com/embed.js';
- s.setAttribute('data-timestamp', +new Date());
- (d.head || d.body).appendChild(s);
- })();
- </script>
-</div>