diff options
-rw-r--r-- | index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2 index 6db465d..1301ae9 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -27,7 +27,7 @@ {% for img in images %} <div class="post"> {% if img.taken is not none %} - <i>Taget den {{ img.taken }}</i> + <i>Taget {{ img.taken }}</i> {% endif %} {% if img.description is not none %} <p>{{ img.description }}</p> |