Skip to content

Commit 626eb20

Browse files
committed
edit favicons
Signed-off-by: sandra <[email protected]>
1 parent aa45ee4 commit 626eb20

9 files changed

+4
-3
lines changed

Diff for: content/en/static/favicons/_head.html

-3
This file was deleted.

Diff for: layouts/partials/favicons.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88

99
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-maskable-192x192.png" | relURL }}" sizes="192x192">
1010
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-maskable-512x512.png" | relURL }}" sizes="512x512">
11+

Diff for: static/favicons/_head.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<link rel="icon" href="/iconx/favicon.svg" type="image/svg+xml">
2+
<link rel="apple-touch-icon" href="/iconx/apple-touch-icon.png"/>
3+
<link rel="manifest" href="/iconx/manifest.json" />
File renamed without changes.

0 commit comments

Comments
 (0)