Correct Twitter username

This commit is contained in:
John O'Nolan 2019-10-16 08:27:30 +07:00 committed by Fabien O'Carroll
parent cac8c4a3e7
commit 055f129059
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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: [