Add og:image to profile pages

This commit is contained in:
rubenwardy 2023-07-15 19:11:41 +01:00
parent a0c0cce2ab
commit 2007f3a095

@ -4,6 +4,10 @@
{{ user.username }}
{% endblock %}
{% block headextra %}
<meta name="og:image" content="{{ user.get_profile_pic_url() }}"/>
{% endblock %}
{% block content %}
<article class="row mb-5">