From 09b8fb93b5b459d3442d0cd3abe58e2010fb0d86 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 15 Feb 2025 10:19:49 +0100 Subject: Set page titles. --- views/tm_finished.pug | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'views/tm_finished.pug') diff --git a/views/tm_finished.pug b/views/tm_finished.pug index efe193d..5d077c6 100644 --- a/views/tm_finished.pug +++ b/views/tm_finished.pug @@ -3,7 +3,10 @@ doctype html html head include head - title= SITE_NAME + if user && user.user_id === who.user_id + title Your finished tournaments + else + title #{who.name}’s finished tournaments body include header article.wide -- cgit v1.2.3