summaryrefslogtreecommitdiff
path: root/templates/details/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/details/entry.html')
-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