diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-17 12:53:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-18 21:16:47 +0200 |
commit | cf21510ca3c18d650c7846707d145393cb260246 (patch) | |
tree | 78cda71dd1ae3dd077fc3ef259b5669fb8e6c2cd /views/info.pug | |
parent | 5b935e30b48000ba828348d85235604999dff81e (diff) | |
download | server-cf21510ca3c18d650c7846707d145393cb260246.tar.gz |
Tweak title globals.
Diffstat (limited to 'views/info.pug')
-rw-r--r-- | views/info.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/info.pug b/views/info.pug index 51fc81d..369cf8a 100644 --- a/views/info.pug +++ b/views/info.pug @@ -15,7 +15,7 @@ html div.logo +gamecover(title.title_id) - | !{ about_html } + | !{ title.about_html } p Read more about the game on #[a(href="https://boardgamegeek.com/boardgame/"+title.bgg) boardgamegeek.com]. |