{% extends "base.html" %}
{% block announce %}
You can also find me on
{% include ".icons/fontawesome/solid/globe.svg" %}
My website
,
{% include ".icons/fontawesome/brands/mastodon.svg" %}
Mastodon
,
Twitter
,
{% include ".icons/fontawesome/brands/github.svg" %}
GitHub
and
more
.
{% endblock %}
{% block content %}
{{ super() }}
{% if page.meta.sources %}
Sources:
{% for source in page.meta.sources %}
{{ source|domain }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% endblock %}