summaryrefslogtreecommitdiff
path: root/design/templates/jrnl
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-11-05 11:11:43 -0500
committerluxagraf <sng@luxagraf.net>2019-11-05 11:11:43 -0500
commitf65cea71db9d0ae489f6228d5d2c68dab0bd91ce (patch)
treea99caeaf18f05ccba1e37bd17307985e11896142 /design/templates/jrnl
parent4fec1159612fad17a7385ba8aadc4a4b165d5aa9 (diff)
fixed some formatting errors on detail pages related block
Diffstat (limited to 'design/templates/jrnl')
-rw-r--r--design/templates/jrnl/entry_detail.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html
index cb23a54..fd7e05a 100644
--- a/design/templates/jrnl/entry_detail.html
+++ b/design/templates/jrnl/entry_detail.html
@@ -119,6 +119,7 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i
</nav>{%endwith%}{%endwith%}
</div>
{% if object.related.all %}<div class="article-afterward related">
+ <div class="related-bottom">
<h6 class="hedtinycaps">You might also enjoy</h6>
<ul class="article-card-list">{% for object in related %}
<li class="article-card-mini"><a href="{{object.get_absolute_url}}" title="{{object.title}}">
@@ -142,6 +143,7 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i
</a>
</li>
{% endfor %}</ul>
+ </div>
</div>{%endif%}
{% comment %} <div class="mailing-list--wrapper">