mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
parent
2253b2d18c
commit
8191513a86
@ -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…
Reference in New Issue
Block a user