summaryrefslogtreecommitdiff
path: root/design/templates/archives
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives')
-rw-r--r--design/templates/archives/photo_daily_list.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/design/templates/archives/photo_daily_list.html b/design/templates/archives/photo_daily_list.html
index 59612ac..2828afb 100644
--- a/design/templates/archives/photo_daily_list.html
+++ b/design/templates/archives/photo_daily_list.html
@@ -15,7 +15,10 @@
<main role="main">
{% autopaginate object_list 8 %}{% for object in object_list %}
<article class="h-entry hentry " itemscope="" itemtype="http://schema.org/Article">
- {% include 'lib/img_picwide.html' with image=object caption=False exif=False is_cluster=False cluster_class='' extra='' %}
+ <figure class="daily-figure">
+ {% include 'lib/img_picwide.html' with image=object caption=False exif=False is_cluster=False cluster_class='' extra='' %}
+ <figcaption class="picwide">{{object.location}}, {{object.location.state.country}}</figcaption>
+ </figure>
</article>
{% endfor %}
</main>