Skip to content

Commit 1bf3452

Browse files
committed
Add favicon
1 parent 4ac1604 commit 1bf3452

8 files changed

Lines changed: 30 additions & 0 deletions

File tree

_source/_includes/head.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
}
1111
</script>
1212
<link href="{{site.url}}{{site.baseurl}}/assets/style.css" rel="stylesheet" />
13+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
14+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
15+
<link rel="shortcut icon" href="/favicon.ico" />
16+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
17+
<meta name="apple-mobile-web-app-title" content="Wayside Mapping" />
18+
<link rel="manifest" href="/site.webmanifest" />
1319
<title>{%- if page.title -%} {{page.title}} | {% endif -%} {{site.title}}</title>
1420
<meta name="title" property="og:title" content="{{page.title}}">
1521
<meta property="og:type" content="article" />

_source/apple-touch-icon.png

4.56 KB
Loading

_source/favicon-96x96.png

1.95 KB
Loading

_source/favicon.ico

14.7 KB
Binary file not shown.

_source/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

_source/site.webmanifest

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

0 commit comments

Comments
 (0)