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
Loading
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div fxLayout="column" class="informations"> <div fxLayout="column" class="informations">
<div>{{ post.author }}</div> <div>{{ post.author }}</div>
<div> <div>
{{ post.updated_at | date: 'd MMM y' }} {{ post.created_at | date: 'd MMM y' }}
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment