Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
adjust logo for Google standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Abbott committed Apr 11, 2017
1 parent 3db7ef0 commit 0777ce2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file added dist/img/logo-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ module.exports = {
url: 'http://www.' + domain + '/img/logo-large.png',
width: 200,
height: 200
},
companyLogo: {
url: 'http://www.' + domain + '/img/logo-title.png',
width: 308,
height: 60
}
},
cache: {
Expand Down
2 changes: 1 addition & 1 deletion lib/json-ld.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const pathUrl = path => config.site.url + '/' + path;
function organization() {
return ld('Organization', {
name: config.site.title,
logo: image(config.site.logo)
logo: image(config.site.companyLogo)
});
}

Expand Down
Binary file added src/img/logo-title.psd
Binary file not shown.

0 comments on commit 0777ce2

Please sign in to comment.