diff --git a/changelog.md b/changelog.md index 9351a64..5563cc3 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ ### Friday, 19/02/2016 * Improved the admin panel * Added ability to clear away old empty brews -* Added delete butotn to the edit page +* Added delete button to the edit page * Added a dynamically updating changelog page! Nifty! * Added stlying for wide monster stat blocks and single column class tables * Added snippets for wide monster stat blocks and single column class tables diff --git a/server.js b/server.js index d385033..36eab0c 100644 --- a/server.js +++ b/server.js @@ -65,7 +65,7 @@ app.get('*', function (req, res) { globals:{ }, - //prerenderWith : './client/naturalCrit/naturalCrit.jsx', + prerenderWith : './client/naturalCrit/naturalCrit.jsx', initialProps: { url: req.originalUrl },