mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
65e00f8418
commit
1cac1acded
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