Fix site_path tag

This commit is contained in:
Joachim
2021-05-26 16:57:28 +02:00
parent 3ea935e7ce
commit 7ea3153026
5 changed files with 8 additions and 14 deletions

View File

@ -8,8 +8,8 @@
{% block title %}{{ user.display_name }}{% endblock %}
{% block opengraph_images %}
<meta name="twitter:image" content="{{ get_path }}/images/{{ user.preview_image }}">
<meta name="og:image" content="{{ get_path }}/images/{{ user.preview_image }}">
<meta name="twitter:image" content="{{ site_path }}/images/{{ user.preview_image }}">
<meta name="og:image" content="{{ site_path }}/images/{{ user.preview_image }}">
{% endblock %}
{% block content %}