{% if include.host %} {% assign host = include.host %} {% elsif page.comments.host %} {% assign host = page.comments.host %} {% else %} {% assign host = site.comments.host %} {% endif %} {% if include.domain %} {% assign domain = include.domain %} {% elsif page.comments.domain %} {% assign domain = page.comments.domain %} {% elsif site.comments.domain %} {% assign domain = site.comments.domain %} {% else %} {% assign domain = host %} {% endif %} {% if include.username %} {% assign username = include.username %} {% elsif page.comments.username %} {% assign username = page.comments.username %} {% else %} {% assign username = site.comments.username %} {% endif %} {% if include.token %} {% assign token = include.token %} {% elsif page.comments.token %} {% assign token = page.comments.token %} {% else %} {% assign token = site.comments.token %} {% endif %} {% if include.id %} {% assign id = include.id %} {% else %} {% assign id = page.comments.id %} {% endif %} {% if site.comments.verified %} {% assign verified = site.comments.verified | jsonify %} {% else %} {% assign verified = "[]" %} {% endif %}

Comments

Comment on this blog post by publicly replying to this Mastodon post using a Mastodon or other ActivityPub/​Fediverse account. Known non-private replies are displayed below.

No known comments, yet. Reply to this Mastodon post to add your own!