Skip to content

Commit 9e75300

Browse files
committed
Update favicon
1 parent 21e7e55 commit 9e75300

10 files changed

+57
-1
lines changed

_assets/favicon.png

-1.26 KB
Binary file not shown.

_layout/head.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
<link rel="stylesheet" href="/css/franklin.css">
99
<link rel="stylesheet" href="/css/basic.css">
1010
<link rel="stylesheet" href="/css/julialangja.css">
11-
<link rel="icon" href="/assets/favicon.png">
11+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
15+
<meta name="msapplication-TileColor" content="#da532c">
16+
<meta name="theme-color" content="#ffffff">
1217
{{isdef title}} <title>{{fill title}}</title> {{end}}
1318
</head>
1419
<body>

android-chrome-192x192.png

1.41 KB
Loading

android-chrome-512x512.png

4.34 KB
Loading

apple-touch-icon.png

1.37 KB
Loading

favicon-16x16.png

999 Bytes
Loading

favicon-32x32.png

1.1 KB
Loading

favicon.ico

14.7 KB
Binary file not shown.

safari-pinned-tab.svg

+32
Loading

site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "JuliaLangJa Discord",
3+
"short_name": "JuliaLangJa",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)