From 1f060bf2ef8b3d475b0d37d32bab73e1a601ea11 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 31 Dec 2021 22:05:18 +0100 Subject: Parameterize site name and domain. --- views/profile.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/profile.pug') diff --git a/views/profile.pug b/views/profile.pug index 77cc597..6fb777a 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -3,13 +3,13 @@ doctype html html head include head - title Rally the Troops! + title= SITE_NAME if active_games.length > 0 meta(http-equiv="refresh" content=300) body include header article - h1 Rally the Troops! + h1= SITE_NAME a(href="https://gravatar.com/"): img.avatar(src=avatar) p Welcome, #{user.name}! -- cgit v1.2.3