This commit is contained in:
Barış Soner Uşaklı
2017-08-22 10:28:35 -04:00
parent fcce96efab
commit 0498832317
4 changed files with 12 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ module.exports = function (middleware) {
res.locals.config = res.locals.config || {};
var templateValues = {
title: meta.config.title || '',
'title:url': meta.config['title:url'] || '',
description: meta.config.description || '',
'cache-buster': meta.config['cache-buster'] || '',
'brand:logo': meta.config['brand:logo'] || '',