mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Correct Twitter username
This commit is contained in:
parent
cac8c4a3e7
commit
055f129059
@ -381,7 +381,7 @@
|
|||||||
"email": "ghost-author@example.com",
|
"email": "ghost-author@example.com",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"roles": ["Author"],
|
"roles": ["Author"],
|
||||||
"twitter": "tryghost",
|
"twitter": "ghost",
|
||||||
"facebook": "ghost",
|
"facebook": "ghost",
|
||||||
"location": "The Internet",
|
"location": "The Internet",
|
||||||
"website": "https://ghost.org",
|
"website": "https://ghost.org",
|
||||||
|
@ -51,7 +51,7 @@ describe('Mail: Utils', function () {
|
|||||||
logo: 'http://myblog.com/content/images/blog-logo.jpg',
|
logo: 'http://myblog.com/content/images/blog-logo.jpg',
|
||||||
title: 'The Ghost Blog',
|
title: 'The Ghost Blog',
|
||||||
url: 'http://myblog.com',
|
url: 'http://myblog.com',
|
||||||
twitter: 'http://twitter.com/tryghost',
|
twitter: 'http://twitter.com/ghost',
|
||||||
facebook: 'https://www.facebook.com/ghost',
|
facebook: 'https://www.facebook.com/ghost',
|
||||||
unsubscribe: 'http://myblog.com/unsubscribe',
|
unsubscribe: 'http://myblog.com/unsubscribe',
|
||||||
post: [
|
post: [
|
||||||
|
Loading…
Reference in New Issue
Block a user