From 0597347c76255e292a445d1f60839ac806614d4d Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 17 Nov 2022 16:18:43 -0500 Subject: [PATCH] html_head: fix syntax error. --- files/templates/html_head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/html_head.html b/files/templates/html_head.html index 10aa4969c6..21d30de4b9 100644 --- a/files/templates/html_head.html +++ b/files/templates/html_head.html @@ -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 %}