feat: tags UI (wip) + save tags from page
This commit is contained in:
@@ -165,6 +165,14 @@ router.get(['/s', '/s/*'], async (req, res, next) => {
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* Tags
|
||||
*/
|
||||
router.get(['/t', '/t/*'], (req, res, next) => {
|
||||
_.set(res.locals, 'pageMeta.title', 'Tags')
|
||||
res.render('tags')
|
||||
})
|
||||
|
||||
/**
|
||||
* View document / asset
|
||||
*/
|
||||
|
Reference in New Issue
Block a user