master
Aevann1 2022-01-14 13:25:43 +02:00
parent 4d4a54fcba
commit 9c650255cf
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@
{% block title %}
{% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %}
{% if u and u.profilecss and not request.values.get('nocss') %}
<link rel="stylesheet" href="/@{{u.username}}/profilecss">
{% endif %}
<title>{{u.username}}'s profile - {{SITE_NAME}}</title>
<meta property="og:article:author" content="@{{u.username}}" >
<meta property="article:section" content="{{u.username}}'s profile - {{SITE_NAME}}" >