{% with title="Unlisted Posts", url=config.link + "/unlisted", description="Unlisted posts - fediverse-only content", type='page', image=None, skip_header=not config.header, styles=['/css/blog.css', '/css/reactions.css'] %} {% include 'common-head.html' %} {% endwith %}

💬 Unlisted Posts

Short-form posts published to the Fediverse but not listed on the main blog. {% if config.enable_activitypub and config.activitypub_profile_url %} Follow {{ activitypub_handle or '@' + config.activitypub_username }} on the Fediverse to see these in your timeline. {% endif %}

{% if reactions_tree %} {% with utils=utils, is_unlisted=true %} {% include 'reactions.html' %} {% endwith %} {% else %}

No unlisted posts yet.

{% endif %}
{% include 'footer.html' %} {% include 'common-tail.html' %}