summaryrefslogtreecommitdiff
path: root/app/posts/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-05-26 10:06:58 -0500
committerluxagraf <sng@luxagraf.net>2023-05-26 10:06:58 -0500
commit40f95462563386023f4c5e24b9f1bc250b8a7a01 (patch)
treee7a6ed451df272c1c9304b396ce3638eff6a7359 /app/posts/templates
parentccf5541458db1cc4c1b46de95ee877ac67a0684a (diff)
posts: added image to trips list
Diffstat (limited to 'app/posts/templates')
-rw-r--r--app/posts/templates/posts/trip_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/posts/templates/posts/trip_list.html b/app/posts/templates/posts/trip_list.html
index 02e4b67..9fa2495 100644
--- a/app/posts/templates/posts/trip_list.html
+++ b/app/posts/templates/posts/trip_list.html
@@ -15,9 +15,9 @@
<div class="archive-grid">{% autopaginate object_list 24 %} {% for object in object_list %}
<article class="h-entry hentry archive-grid-card" itemscope itemType="http://schema.org/Article">
<div class="card-image">
- {%comment%}<a href="{{object.get_absolute_url}}" title="{{object.title}}">
+ <a href="{{object.get_absolute_url}}" title="{{object.title}}">
{% include "lib/img_archive.html" with image=object.featured_image %}
- </a>{%endcomment%}
+ </a>
</div>
<h2 class="p-name card-hed-it" itemprop="headline"><a href="{{object.get_absolute_url}}" class="u-url" title="">{{object.title|safe|smartypants|widont}}</a></h2>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>