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

Profile

Your public author profile. The name and bio already appear on your posts; the rest feeds the h-card / structured data delivered with your content.

Avatar preview

{% if github_avatar_url %} {% endif %}

{% if avatar_error %}
{{ avatar_error }}
{% endif %}

Paste an image URL, or use your Gravatar{% if github_avatar_url %} or GitHub avatar{% endif %}. Leave blank for no avatar.

Links to your own profiles (GitHub, Mastodon, LinkedIn, ...). Leave a row blank to remove it.

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

{% endblock %}