diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-31 22:05:18 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-31 22:24:47 +0100 |
commit | 1f060bf2ef8b3d475b0d37d32bab73e1a601ea11 (patch) | |
tree | d8aee9faff64c5690e1a4c3b21e99e6de443fcdb /views/about.pug | |
parent | 119675c218c27a33d03ab2f01624486aec6ecdee (diff) | |
download | server-1f060bf2ef8b3d475b0d37d32bab73e1a601ea11.tar.gz |
Parameterize site name and domain.
Diffstat (limited to 'views/about.pug')
-rw-r--r-- | views/about.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/about.pug b/views/about.pug index 2a0a9a2..fabc580 100644 --- a/views/about.pug +++ b/views/about.pug @@ -3,17 +3,17 @@ doctype html html head include head - title Rally the Troops! + title= SITE_NAME style. li img { height: 1.0em; vertical-align: middle; } body include header article - h1 Rally the Troops! + h1= SITE_NAME - p Rally the Troops! is created and maintained by Tor Andersson. It is an open source project. + p Rally the Troops! is created and maintained by Tor Andersson. It is a free software project. - p Please submit problem reports and make suggestions for improvements on #[a(href="https://github.com/ccxvii/rally-the-troops/issues") GitHub]. + p Please submit problem reports and make suggestions for improvements on #[a(href="https://github.com/rally-the-troops/") GitHub]. h2 Tips & Tricks |