mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Added 'icon' to site API endpoint
- added 'icon' to site API response as Admin should access it on sign in screen
This commit is contained in:
parent
b70537461b
commit
e0da433122
@ -12,6 +12,7 @@ const site = {
|
||||
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