mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +01:00
Add og:image to profile pages
This commit is contained in:
parent
a0c0cce2ab
commit
2007f3a095
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user