{%- endif -%}
{%- if site.mastodon_username -%}
{% comment %}
Be forgiving -- allow for the username to be entered with or without the leading @
{% endcomment %}
{% assign parts = site.mastodon_username | split: "@" %}
{% if parts.size == 3 %}
{% assign parts = parts | shift %}
{% endif %}