{% for share in site.i18n.share.items %}
{% include_cached share.html share=share url=include.url title=include.title description=include.description %}
{% endfor %}
{%- if site.activity_pub_profile -%}
{{- site.i18n.follow_fediverse -}}
@{{ site.activity_pub_profile -}}
{%- endif -%}