{% for post in site.posts %} {% if post.categories contains page.category %} {% for category in site.data.categories %} {% if category.slug == post.category %} {% assign category_name = category.name %} {% endif %} {% endfor %} {% endif %} {% endfor %}
*****
Other posts in {{ category_name }}
Written by the pseudonymous {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %} on {{ page.date | date: "%d %B %Y" }}