--- layout: layouts/base.njk title: Replies withSidebar: true pagination: data: collections.replies size: 20 alias: paginatedReplies generatePageOnEmptyData: true permalink: "replies/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
My responses to posts across the web. ({{ collections.replies.length }} total)
{% if paginatedReplies.length > 0 %}In reply to: {% if protocol == "atmosphere" %} via ATmosphere {% elif protocol == "fediverse" %} via Fediverse {% else %} via Web {% endif %}
{% endif %}