From 55adc26c6987dc2e8585dd53ef4b8c05753b526d Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 12 Apr 2019 20:11:23 -0500 Subject: fixed favicon link --- design/templates/jrnl/entry_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'design/templates/jrnl') diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html index 577de8e..0bdab58 100644 --- a/design/templates/jrnl/entry_detail.html +++ b/design/templates/jrnl/entry_detail.html @@ -149,7 +149,6 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i
If you enjoyed this, you should join the mailing list…
{% include 'mailing_list.html' %} {% endcomment %} - {% if object.enable_comments %} {% get_comment_count for object as comment_count %} {%if comment_count > 0 %} @@ -160,6 +159,7 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i {% else %}

Sorry, comments have been disabled for this post.

{%endif%} + {% endblock %} {% block js %}