add favicon images in various sizes
BIN
favicon/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
favicon/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
favicon/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 674 B |
BIN
favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
favicon/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.4 KiB |
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
|
||||
<meta name="description" content="{{ description }}">
|
||||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:title" content="{{ title }}">
|
||||
@@ -42,7 +47,6 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
||||
</head>
|
||||
<body class="antialiased">
|
||||
<!-- Header & Nav -->
|
||||
|