mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue