mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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 = () => {
|
const getSiteConfig = () => {
|
||||||
return {
|
return {
|
||||||
defaultBlogTitle: settingsCache.get('title') ? settingsCache.get('title').replace(/"/g, '\\"') : 'Publication',
|
title: settingsCache.get('title') ? settingsCache.get('title').replace(/"/g, '\\"') : 'Publication',
|
||||||
blogIconUrl: blogIcon.getIconUrl()
|
icon: blogIcon.getIconUrl()
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue