Browse Source

update the template to include disquss

Oz Nahum 12 years ago
parent
commit
e87c3adb27
1 changed files with 3 additions and 11 deletions
  1. 3 11
      templates/entry.html

+ 3 - 11
templates/entry.html

@@ -21,17 +21,9 @@
 </div>
 <div id="underpost">
   <h3>Discussions/Feedback.</h3>
-  {% if entry.discussions_link %}
-    <p>If you wish to, you can discuss/mock/upvote/downvote at <a href="{{ entry.discussions_link }}">Hacker News</a>.</p>
-  {% endif %}
-  <p>I do not accept comments on this blog. Managing the spam is a headache and I am better off without it. 
-  However, I do welcome your feedback - good or bad via email at <code>nahum.oz@gmail.com</code>. 
-  Specifically, I would be grateful for your feedback on errors, omissions, broken links, etc. </p>
-
-  {% if entry.credits %}
-    <h3>Credits.</h3>
-    <p>{{ entry.credits_html }}</p>
-  {% endif %}
 </div>
 <!--creadet by entry.html-->
+{{ disquss }}
 {% endblock %}
+
+