0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 06:32:37 +00:00

Add discord, github, and reddit links to home page document

This commit is contained in:
Charlie Humphreys
2021-12-28 21:59:02 -06:00
parent 7b19bbb1a7
commit 5bb580147a
2 changed files with 25 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ app.get('/', async (req, res, next)=>{
const brew = {
text : welcomeText
};
splitTextStyleAndMetadata(brew);
req.brew = brew;
return next();
});