html_head: fix syntax error.

pull/20/head
Snakes 2022-11-17 16:18:43 -05:00
parent 47658f2897
commit 0597347c76
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
{% elif '@' in request.path %}
{% set author, a_author, published, url, title, image, section =
'@'+u.username, '@'+u.username, u.created_date,
u.url, u.username, u.banner_url
u.url, u.username, u.banner_url,
[u.username, "'s profile - ", SITE_NAME] | join %}
{% set description %}