Skip to content

Commit bf060fe

Browse files
committed
fix
1 parent 93748ff commit bf060fe

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="{{ site.baseurl }}/img/favicon.ico">
1717

1818
<!-- Safari Webpage Icon by-BY -->
19-
<link rel="apple-touch-icon" href="{{ site.baseurl }}/img/BY_icon_128.PNG">
19+
<link rel="apple-touch-icon" href="{{ site.baseurl }}/img/apple-touch-icon.png">
2020

2121
<!-- Canonical URL -->
2222
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
<!-- Image to hack wechat -->
17-
<img src="/img/BY_icon_128.PNG" width="0" height="0" />
17+
<img src="/img/apple-touch-icon.png" width="0" height="0" />
1818
<!-- Migrate from head to bottom, no longer block render and still work -->
1919

2020
</body>

img/BY_icon_128.PNG

-4.76 KB
Binary file not shown.

img/apple-touch-icon.png

5.63 KB
Loading

0 commit comments

Comments
 (0)