mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Added publication icon to members site data
refs https://github.com/TryGhost/members.js/issues/72 - Portal is using using publication logo from settings for signup/signin pages - Instead, we are switching to using publication icon from settings, which also needs to be passed in site data API
This commit is contained in:
parent
6504b0f6c3
commit
2ac69e637e
@ -90,6 +90,7 @@ const getMemberSiteData = async function (req, res) {
|
||||
title: settingsCache.get('title'),
|
||||
description: settingsCache.get('description'),
|
||||
logo: settingsCache.get('logo'),
|
||||
icon: settingsCache.get('icon'),
|
||||
accent_color: settingsCache.get('accent_color'),
|
||||
url: urlUtils.urlFor('home', true),
|
||||
version: ghostVersion.safe,
|
||||
|
Loading…
Reference in New Issue
Block a user