Add og:image to profile pages
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
{{ user.username }}
|
{{ user.username }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block headextra %}
|
||||||
|
<meta name="og:image" content="{{ user.get_profile_pic_url() }}"/>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<article class="row mb-5">
|
<article class="row mb-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user