summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-04-03 17:51:49 -0400
committerluxagraf <sng@luxagraf.net>2011-04-03 17:51:49 -0400
commit79101240da1e0331c00e7b616a7a32b55d81e5cc (patch)
treebbc202eedfae61922fc81673e9f54675e550f29b /templates
parent638011d5f46e405a2d6720320f9e06f768214e44 (diff)
got rid of disqus comments cause I just dont care
Diffstat (limited to 'templates')
-rw-r--r--templates/details/entry.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/details/entry.html b/templates/details/entry.html
index 1ab9ff3..f5387cc 100644
--- a/templates/details/entry.html
+++ b/templates/details/entry.html
@@ -53,14 +53,16 @@
</li>{%endif%}
</ul>
</nav>{%endwith%}{%endwith%}
+ {%comment%}
<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>
+ {%endcomment%}
</article>
{% endblock %}
-
{% block js %}
+{%comment%}
<script type="text/javascript">
//<![CDATA[
(function() {
@@ -75,7 +77,8 @@
})();
//]]>
</script>
+{%endcomment%}
{%if object.template_name == 1 or object.template_name == 3 %}
<script src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>
{%endif%}
-{% endblock%}ck%}} \ No newline at end of file
+{% endblock%} \ No newline at end of file