summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-04-17 00:29:38 +0200
committerJulian T <julian@jtle.dk>2021-04-17 00:29:38 +0200
commit2ae0671f5b8ccf3d3a31b95cf0ddaee544bc701a (patch)
tree7766eaef03f4893ae7bafd97e146d5ee5d1a60aa /index.html.j2
parent2f752f51de99eb82fb953290b4e1289ca7a5e15f (diff)
Show and order by taken date
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html.j2 b/index.html.j2
index cc7dc28..ba58b70 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -26,6 +26,9 @@
{% for img in images %}
<div class="post">
+ {% if img.taken is not none %}
+ <i>Taget den {{ img.taken }}</i>
+ {% endif %}
{% if img.description is not none %}
<p>{{ img.description }}</p>
{% endif %}