Skip to content

Commit

Permalink
rounded favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Feb 15, 2024
1 parent 8f37545 commit c8ecfa7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/appstoreimages.html
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title class="pageTitle">{{ site.page_title }}</title>
<meta name="description" content="{{ site.app_description }}">

<link rel="shortcut icon" href="{{ site.app_icon | relative_url }}">
<link rel="shortcut icon" href="favicon.ico">

<!-- Smart App Banner -->
{% if site.enable_smart_app_banner %}
Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit c8ecfa7

Please sign in to comment.