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