0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge pull request #819 from sebgie/rssuser

RSS without User
This commit is contained in:
Hannah Wolfe 2013-09-18 01:19:35 -07:00
commit a749962312

View file

@ -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'