1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 23:45:57 +00:00

Adding license file and changing welcome message extension

This commit is contained in:
Scott Tolksdorf
2016-08-20 11:43:27 -04:00
parent 1482501574
commit 8a7e441724
4 changed files with 26 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ app.get('/source/:id', function(req, res){
});
//Home and 404, etc.
var welcomeText = require('fs').readFileSync('./client/homebrew/pages/homePage/welcome_msg.txt', 'utf8');
var welcomeText = require('fs').readFileSync('./client/homebrew/pages/homePage/welcome_msg.md', 'utf8');
var changelogText = require('fs').readFileSync('./changelog.md', 'utf8');
app.get('*', function (req, res) {
vitreumRender({