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:
parent
a8dc29e794
commit
a69a2d814c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue