From d9b129fa2c79f43d12918e65ea3541a7439976ca Mon Sep 17 00:00:00 2001 From: Mikael Jergefelt Date: Sun, 18 Oct 2015 11:16:58 +0200 Subject: [PATCH] use 32x32 px ORCID logo to look sharper on retina screens --- index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.json b/index.json index def253c..a773376 100644 --- a/index.json +++ b/index.json @@ -8,7 +8,7 @@ layout: null {% capture import_component %}{{ site.import }}research-article.html{% endcapture %} { "require": [ - "https://orcid.org/sites/default/files/images/orcid_16x16.png", + "https://orcid.org/sites/default/files/images/orcid_32x32.png", {{ import_component | jsonify }} ], "article": {{ article | jsonify }},