{% extends "admin/base.html" %} {% block title %}Profile links · bragi admin{% endblock %} {% block content %}

Profile links

Links to your own profiles (GitHub, Mastodon, LinkedIn, ...). They render in the site footer as rel="me" links, which also lets Mastodon verify your profile. Leave a row blank to remove it.

{% for row in rows %} {% endfor %}

{% endblock %}