diff options
author | luxagraf <sng@luxagraf.net> | 2011-02-23 18:27:18 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-02-23 18:27:18 -0600 |
commit | 92788e4bac01a25612b6630292c15266de38e460 (patch) | |
tree | daac90b901fc1dcecd9982868a05e7363235e34d /templates | |
parent | 6bb506cca05f357597e23fcdc2962b49ff10548b (diff) |
added comments to the code page
Diffstat (limited to 'templates')
-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> |