0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Fixing drop caps inside columnWrap

This commit is contained in:
Trevor Buckner
2021-08-30 13:34:12 -04:00
parent 0d9981b3c6
commit 0e5ed35b6c
3 changed files with 51 additions and 42 deletions

View File

@@ -134,8 +134,9 @@ app.get('/v3_preview', async (req, res, next)=>{
//Changelog page
app.get('/changelog', async (req, res, next)=>{
const brew = {
title : 'Changelog',
text : changelogText
title : 'Changelog',
text : changelogText,
renderer : 'V3'
};
req.brew = brew;
return next();