Skip to content

Commit

Permalink
nested comments inside of <article>
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Nov 17, 2011
1 parent 6a336e5 commit 8f92ad1
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions _layouts/post.html
Expand Up @@ -28,21 +28,20 @@ <h3 class="vcard">
Originally published at <a href="{{ page.canonical }}" rel="canonical bookmark external">{{ page.canonical }}</a>
</footer>
{% endif %}
</article>

<div id="disqus_thread"></div>
<script>
var disqus_shortname = 'jruby';
var disqus_identifier = '{{ page.url }}';
var disqus_title = '{{ page.title }}';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + 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>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
<div id="disqus_thread"></div>
<script>
var disqus_shortname = 'jruby';
var disqus_identifier = '{{ page.url }}';
var disqus_title = '{{ page.title }}';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + 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>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
</article>

0 comments on commit 8f92ad1

Please sign in to comment.