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 @@ {{ site.page_title }} - + {% if site.enable_smart_app_banner %} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f3474e5 Binary files /dev/null and b/favicon.ico differ