|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | 6 | {% include meta.html %} |
7 | 7 | {% feed_meta %} |
8 | | - <!-- Same icon pack used across elmah.io/docs.elmah.io/blog.elmah.io - referenced |
9 | | - directly from elmah.io rather than duplicating the binary files into this repo. --> |
10 | | - <link rel="icon" href="https://elmah.io/favicon.ico"> |
11 | | - <link rel="apple-touch-icon" href="https://elmah.io/apple-touch-icon.png"> |
12 | | - <link rel="icon" type="image/png" href="https://elmah.io/favicon-192x192.png" sizes="192x192"> |
13 | | - <link rel="icon" type="image/png" href="https://elmah.io/favicon-160x160.png" sizes="160x160"> |
14 | | - <link rel="icon" type="image/png" href="https://elmah.io/favicon-96x96.png" sizes="96x96"> |
15 | | - <link rel="icon" type="image/png" href="https://elmah.io/favicon-16x16.png" sizes="16x16"> |
16 | | - <link rel="icon" type="image/png" href="https://elmah.io/favicon-32x32.png" sizes="32x32"> |
| 8 | + <!-- Same icon pack used across elmah.io/docs.elmah.io/blog.elmah.io, self-hosted here. --> |
| 9 | + <link rel="icon" href="/favicon.ico"> |
| 10 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
| 11 | + <link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192"> |
| 12 | + <link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160"> |
| 13 | + <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> |
| 14 | + <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> |
| 15 | + <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> |
17 | 16 | <meta name="msapplication-TileColor" content="#da532c"> |
18 | | - <meta name="msapplication-TileImage" content="https://elmah.io/mstile-144x144.png"> |
| 17 | + <meta name="msapplication-TileImage" content="/mstile-144x144.png"> |
19 | 18 | <style> |
20 | 19 | :root { color-scheme: light dark; } |
21 | 20 | body { font-family: -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; max-width: 720px; margin: 0 auto; padding: 2rem 1.25rem 4rem; line-height: 1.6; color: #1b1f23; background: #fff; } |
|
0 commit comments