Skip to content

Commit e7932a7

Browse files
Try setting up an icon
1 parent 6235985 commit e7932a7

File tree

8 files changed

+29
-1
lines changed

8 files changed

+29
-1
lines changed

pandoc/template.html4

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
$math$
5252
$endif$
5353
<!-- Favicon -->
54-
<link rel="icon" href="img/favicon.svg">
54+
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96" />
55+
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" />
56+
<link rel="shortcut icon" href="/img/favicon.ico" />
57+
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
58+
<link rel="manifest" href="/img/site.webmanifest" />
5559
</head>
5660
<body>
5761
$if(side-by-side)$

website/img/apple-touch-icon.png

4.37 KB
Loading

website/img/favicon-96x96.png

5.1 KB
Loading

website/img/favicon.ico

14.7 KB
Binary file not shown.

website/img/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

website/img/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Basic Page Template",
3+
"short_name": "BasicPage",
4+
"icons": [
5+
{
6+
"src": "/img/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/img/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
11.2 KB
Loading
43.5 KB
Loading

0 commit comments

Comments
 (0)