aboutsummaryrefslogtreecommitdiff
path: root/_includes/disqus_comments.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
committerBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
commit8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 (patch)
tree65c5ef1ba611db1aa9fe80d65d2fffca950238e9 /_includes/disqus_comments.html
parentfa6aded86998639a53aecfa7b76e0ecd800fd9f0 (diff)
Further customization and porting of older content
Diffstat (limited to '_includes/disqus_comments.html')
-rw-r--r--_includes/disqus_comments.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/_includes/disqus_comments.html b/_includes/disqus_comments.html
deleted file mode 100644
index 87e255b..0000000
--- a/_includes/disqus_comments.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{%- if page.comments != false and jekyll.environment == "production" -%}
-
- <div id="disqus_thread"></div>
- <script>
- var disqus_config = function () {
- this.page.url = '{{ absolute_url }}';
- this.page.identifier = '{{ page.url | absolute_url }}';
- };
-
- (function() {
- var d = document, s = d.createElement('script');
-
- s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
-
- s.setAttribute('data-timestamp', +new Date());
- (d.head || d.body).appendChild(s);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
-{%- endif -%}