0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added @TODO to theme middleware

no issue
This commit is contained in:
kirrg001 2019-01-04 20:30:17 +01:00
parent a8dc29e794
commit a69a2d814c

View file

@ -73,6 +73,7 @@ themeMiddleware.updateTemplateData = function updateTemplateData(req, res, next)
res.locals.secure = req.secure;
// @TODO: only do this if something changed?
// @TODO: remove blog if we drop v0.1 (Ghost 3.0)
hbs.updateTemplateOptions({
data: {
blog: siteData,