diff options
author | Julian T <julian@jtle.dk> | 2021-10-16 19:49:25 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-10-16 19:49:25 +0200 |
commit | 694ba67759412acebdf62991bcd17b6741579bb8 (patch) | |
tree | 4ddf059ce5ca63e47c5fd2263c3d288cef6c1b52 | |
parent | 8fbc3490ef13cc8f29b219c8c517077266ab57a9 (diff) |
Remove "den" from date description
-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> |