Skip to content
Snippets Groups Projects
Commit 7a4004c0 authored by ncastejon's avatar ncastejon
Browse files

Limit to 3 the number of articles on home page

parent 00c6035d
Branches
Tags
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