{% for post in site.categories.[page.category] reversed %}
{% assign number_of_category_post=number_of_category_post | plus: 1 %}
{% include card.html url=post.url image=post.image category=post.category title=post.title description=post.description author=post.author content=post.content %}
{% endfor %}