mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
2253b2d18c
commit
8191513a86
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ const sendEmail = (function createSendEmail(mailer) {
|
|||
|
||||
const getSiteConfig = () => {
|
||||
return {
|
||||
defaultBlogTitle: settingsCache.get('title') ? settingsCache.get('title').replace(/"/g, '\\"') : 'Publication',
|
||||
blogIconUrl: blogIcon.getIconUrl()
|
||||
title: settingsCache.get('title') ? settingsCache.get('title').replace(/"/g, '\\"') : 'Publication',
|
||||
icon: blogIcon.getIconUrl()
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue