Fix change links to about
This commit is contained in:
@ -35,7 +35,7 @@ module.exports = function(app) {
|
|||||||
router.get('/labs', showLabs);
|
router.get('/labs', showLabs);
|
||||||
router.get('/stories', showTestimonials);
|
router.get('/stories', showTestimonials);
|
||||||
router.get('/all-stories', showAllTestimonials);
|
router.get('/all-stories', showAllTestimonials);
|
||||||
router.get('/about', showLinks);
|
router.get('/about', showAbout);
|
||||||
router.get('/terms-and-privacy', termsAndPrivacy);
|
router.get('/terms-and-privacy', termsAndPrivacy);
|
||||||
router.get(
|
router.get(
|
||||||
'/the-fastest-web-page-on-the-internet',
|
'/the-fastest-web-page-on-the-internet',
|
||||||
@ -196,8 +196,8 @@ module.exports = function(app) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function showLinks(req, res) {
|
function showAbout(req, res) {
|
||||||
res.render('resources/links', {
|
res.render('resources/about', {
|
||||||
title: 'About our Open Source Community, our social media presence, ' +
|
title: 'About our Open Source Community, our social media presence, ' +
|
||||||
'and how to contact us'
|
'and how to contact us'
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user