summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-10-16 19:49:25 +0200
committerJulian T <julian@jtle.dk>2021-10-16 19:49:25 +0200
commit694ba67759412acebdf62991bcd17b6741579bb8 (patch)
tree4ddf059ce5ca63e47c5fd2263c3d288cef6c1b52
parent8fbc3490ef13cc8f29b219c8c517077266ab57a9 (diff)
Remove "den" from date description
-rw-r--r--index.html.j22
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>