Skip to content
Snippets Groups Projects
Commit a959442f authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files
parents a2bfeb90 7a4004c0
No related branches found
No related tags found
No related merge requests found
Pipeline #
<div *ngIf="posts">
<div class="row">
<div class="col-md-4" *ngFor="let post of posts" style="margin-top: 20px;">
<div class="col-md-4" *ngFor="let post of posts | slice:0:3" style="margin-top: 20px;">
<app-wordpress-posts-list-tile [post]='post'>
</app-wordpress-posts-list-tile>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment