diff --git a/src/templates/index.html b/src/templates/index.html
index 8befecb..bdc3bbb 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -41,7 +41,7 @@
{{note['shortid']}} |
{{note['title']}} |
{{note['alias']}} |
- {% if note['lastchangeAt'] %}{{note['lastchangeAt'].strftime('%d.%m.%Y %H:%M')}}{% endif %}
+ | {% if note['lastchangeAt'] %}{{note['lastchangeAt'].strftime('%Y-%m-%d %H:%M')}}{% endif %}
|
{{note['permission']}} |
{%if note['content']%}💬{%else%}❌{%endif%} |