Skip to content

Commit

Permalink
Update Favicon and make it show on Swf Tester (#7)
Browse files Browse the repository at this point in the history
* Update Favicon

* Force ico on site

* Add ico to swf-tester

* Fix Favicon on Main Page
  • Loading branch information
Fancy2209 authored Dec 5, 2023
1 parent 57a9838 commit 98b4965
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:
author: Rob Bateman
language: en
timezone: ''
favicon: '/img/favicon.png'
favicon: '/img/favicon.ico'

# URL
## If your site is put in a subdirectory, set url as 'http://example.com/child' and root as '/child/'
Expand Down
1 change: 1 addition & 0 deletions source/swf-tester/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="/img/favicon.ico"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AwayFL SWF Tester</title>
Expand Down
2 changes: 1 addition & 1 deletion themes/aircv/layout/_partial/head/favicon.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta name="msapplication-TileImage" content="<%= config.favicon_all %>/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<%else if (config.favicon) { %>
<link rel="shortcut icon" href="<%= config.favicon %>" type="image/png">
<link rel="shortcut icon" href="<%= config.favicon %>">
<% } else { %>
<link rel="shortcut icon" href="https://cdn.shopify.com/s/files/1/2980/5252/files/favicon_32x32.png?v=1521894486" type="image/png">
<% } %>
4 changes: 2 additions & 2 deletions themes/aircv/layout/index_aux.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link href="css/layout.min.css" rel="stylesheet" type="text/css"/>

<!-- Favicon -->
<link rel="shortcut icon" href="/img/favicon"/>
<link rel="shortcut icon" href="/img/favicon.ico"/>
</head>
<!-- END HEAD -->

Expand Down Expand Up @@ -487,4 +487,4 @@ <h5>Web</h5>

</body>
<!-- END BODY -->
</html>
</html>
Binary file modified themes/aircv/source/img/favicon.ico
Binary file not shown.

0 comments on commit 98b4965

Please sign in to comment.