diff options
Diffstat (limited to 'index.html.j2')
-rw-r--r-- | index.html.j2 | 3 |
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 %} |