diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/trip_list.html | 4 |
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> |