feat: Add Open Graph and Twitter meta tags, make the domain configurable, and use WebP for thumbnails.
This commit is contained in:
@@ -144,7 +144,8 @@ process.on('unhandledRejection', err => {
|
||||
tpl.globals = {
|
||||
lul: cfg.websrv.lul,
|
||||
themes: cfg.websrv.themes,
|
||||
modes: cfg.allowedModes
|
||||
modes: cfg.allowedModes,
|
||||
domain: cfg.websrv.domain || 'w0bm.com'
|
||||
};
|
||||
router.use(tpl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user