diff options
author | lxf <sng@luxagraf.net> | 2020-12-23 12:21:22 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2020-12-23 12:21:22 -0500 |
commit | b57c0c23125c825f36d0e1c99d2a50d553dd4903 (patch) | |
tree | e71fdb22669404c571e72d499af636244c35fe9f /app/posts/templates | |
parent | 233168576fcee317c068cd6e68a307682a109559 (diff) |
added related images to src posts
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/src_detail.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/posts/templates/posts/src_detail.html b/app/posts/templates/posts/src_detail.html index 0257598..8e58b3b 100644 --- a/app/posts/templates/posts/src_detail.html +++ b/app/posts/templates/posts/src_detail.html @@ -83,11 +83,10 @@ </ul> </nav>{%endwith%}{%endwith%} {%endif%} - {% 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 object.related.all %} + <ul class="article-card-list">{% for object in related %} <li class="article-card-mini"><a href="{{object.get_absolute_url}}" title="{{object.title}}"> <div class="post-image post-mini-image"> {% if object.featured_image %} |