summaryrefslogtreecommitdiff
path: root/design/templates/jrnl/entry_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/jrnl/entry_detail.html')
-rw-r--r--design/templates/jrnl/entry_detail.html3
1 files changed, 2 insertions, 1 deletions
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
<h5>If you enjoyed this, you should join the mailing&nbsp;list&hellip;</h5>
{% include 'mailing_list.html' %}
</div> {% endcomment %}
- </main>
{% 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 %}
<p class="comments--header" style="text-align: center">Sorry, comments have been disabled for this post.</p>
{%endif%}
+</main>
{% endblock %}
{% block js %}
<script>
@@ -209,6 +209,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
var img = document.createElement("img");
img.src = 'https://images.luxagraf.net/gravcache/' + dataattr[i].getAttribute('data-hash') + '.jpg';
img.className += "gravatar";
+ img.alt = "gravatar icon";
c.insertBefore(img, c.childNodes[3]);
}
{%endif%}