Only include Fira CSS on /unsupported/* route
This commit is contained in:
parent
434f8b56cc
commit
705289d34b
2 changed files with 12 additions and 6 deletions
|
@ -96,7 +96,8 @@ app.get('/', (req, res) => {
|
|||
app.get('/unsupported/:reason', (req, res) => {
|
||||
const outdated = req.params.reason === 'outdated';
|
||||
res.render('unsupported', {
|
||||
outdated: outdated
|
||||
outdated,
|
||||
fira: true
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue