mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 15:43:09 +00:00
adjusts /scrapbook time to the user's time
This commit is contained in:
parent
15515f1bc2
commit
2366bd3189
5 changed files with 10 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{% else%}
|
||||
<details id="{{ post.id }}">
|
||||
{% endif %}
|
||||
<summary>{{ post.postedAt | formatDate }}</summary>
|
||||
<summary>{{ moment(post.postedAt).format('DD/MM/YYYY @ HH[h]mm') }}</summary>
|
||||
<div>{{ post.text | formatContent |safe }}</div>
|
||||
</details>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue