{% for post in site.posts reversed %}
{% if post.author == writers.user_name %}
{% include card.html url=post.url image=post.image category=post.category title=post.title description=post.description author=post.author content=post.content %}
{% endif %}
{% endfor %}