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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user