diff --git a/_includes/appstoreimages.html b/_includes/appstoreimages.html index 5228249..724c932 100644 --- a/_includes/appstoreimages.html +++ b/_includes/appstoreimages.html @@ -16,7 +16,7 @@ var appInfo = json.results[0]; // Set favicon - $('link[rel="shortcut icon"]').attr("href", appInfo.artworkUrl512); + // $('link[rel="shortcut icon"]').attr("href", appInfo.artworkUrl512); // Set page title using the iOS app ID if it is not set manually in _config.yml var $pageTitle = $(".pageTitle"); diff --git a/_includes/head.html b/_includes/head.html index 6ff584b..30e686a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,7 +7,7 @@