{% for post in site.posts reversed %}

{% 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 %}