_includes/disqus_comments.html in minima-2.3.0 vs _includes/disqus_comments.html in minima-2.4.0

- old
+ new

@@ -1,6 +1,6 @@ -{% if page.comments != false and jekyll.environment == "production" %} +{%- if page.comments != false and jekyll.environment == "production" -%} <div id="disqus_thread"></div> <script> var disqus_config = function () { this.page.url = '{{ page.url | absolute_url }}'; @@ -15,6 +15,6 @@ 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 %} +{%- endif -%}