diff options
-rw-r--r-- | templates/details/code.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/details/code.html b/templates/details/code.html index da76f0a..c603782 100644 --- a/templates/details/code.html +++ b/templates/details/code.html @@ -54,6 +54,10 @@ article[role="main"] a { color: #b53a04;} <div id="post-body"> {{object.body_html|smartypants|widont|safe}} </div> + <section id="comments"> + <h4><a class="disqus-link-count" href="{{object.get_absolute_url}}#disqus_thread">Comments</a></h4> + <div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/luxagraf/embed.js"></script><noscript><a href="http://luxagraf.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> + </section> {% endfor %} </article> |