Jade->Pug

This commit is contained in:
eshengsky
2017-04-18 20:06:11 +08:00
parent 6afa4bb1a3
commit 5273db4fad
23 changed files with 2 additions and 2 deletions

2
app.js
View File

@@ -20,7 +20,7 @@ var app = express();
// view engine setup
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'jade');
app.set('view engine', 'pug');
// uncomment after placing your favicon in /public
app.use(favicon(path.join(__dirname, 'public', 'favicon.ico')));