Skip to content

Commit

Permalink
fix indentation and liquid whitespace (mmistakes#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
OCram85 authored and daattali committed Oct 20, 2017
1 parent 52d67c0 commit 92c9cf8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _includes/disqus.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% if site.disqus %}
{%- if site.disqus -%}
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ site.disqus }}';
/* ensure that pages with query string get the same discussion */
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ site.disqus }}';
/* ensure that pages with query string get the same discussion */
var url_parts = window.location.href.split("?");
var disqus_url = url_parts[0];
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
var disqus_url = url_parts[0];
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
{% endif %}
{%- endif -%}

0 comments on commit 92c9cf8

Please sign in to comment.