Skip to content
Snippets Groups Projects
Commit 6d2ada7c authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(news): created date in post list

parent b4c323c4
No related branches found
No related tags found
1 merge request!2201.14
......@@ -30,7 +30,7 @@
<div fxLayout="column" class="informations">
<div>{{ post.author }}</div>
<div>
{{ post.updated_at | date: 'd MMM y' }}
{{ post.created_at | date: 'd MMM y' }}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment