Added alerts functionality + modal UI
This commit is contained in:
@@ -15,7 +15,7 @@ router.get('/', (req, res) => {
|
||||
let pageData = mark.parse(contents);
|
||||
if(!pageData.title) {
|
||||
pageData.title = 'Redis';
|
||||
pageData.subtitle = 'An open source, in-memory data structure store, used as database, cache and message broker.'
|
||||
pageData.subtitle = 'An open source, in-memory data structure store, used as database, cache and message broker.';
|
||||
}
|
||||
res.render('pages/view', { pageData });
|
||||
});
|
||||
|
Reference in New Issue
Block a user