mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
commit
a749962312
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ frontendControllers = {
|
|||
title: ghost.settings('title'),
|
||||
description: ghost.settings('description'),
|
||||
generator: 'Ghost v' + res.locals.version,
|
||||
author: user.attributes.name,
|
||||
author: user ? user.attributes.name : null,
|
||||
feed_url: siteUrl + '/rss/',
|
||||
site_url: siteUrl,
|
||||
ttl: '60'
|
||||
|
|
Loading…
Add table
Reference in a new issue