From abd69b6b5ea249826f78d2a841bc12ad5a7dac1b Mon Sep 17 00:00:00 2001 From: Valentin Popov <valentineus@gmail.com> Date: Sat, 7 Apr 2018 09:18:53 +0000 Subject: Comment Library Signed-off-by: Valentin Popov <valentineus@gmail.com> --- _includes/disqus.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _includes/disqus.html (limited to '_includes/disqus.html') diff --git a/_includes/disqus.html b/_includes/disqus.html new file mode 100644 index 0000000..b6973a2 --- /dev/null +++ b/_includes/disqus.html @@ -0,0 +1,15 @@ +<div id="disqus_thread"></div> +<script type="text/javascript" defer> + var disqus_config = function() { + this.page.identifier = '{{ page.id | slugify }}'; + this.page.title = '{{ page.title | smartify | strip_html | normalize_whitespace }}'; + this.page.url = '{{ page.url | 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> -- cgit v1.2.3