|
3 | 3 | <title>{{ page.title }}</title> |
4 | 4 | {% if include.content == "404" %} |
5 | 5 | <!-- The "robots" metadata disallowing page indexing is manually added to the 404 page since accessing it directly returns HTTP Status Code 200 --> |
6 | | - <meta name="robots" content="noindex, nofollow" /> |
| 6 | + <meta name="robots" content="noindex, nofollow"> |
7 | 7 | {% endif %} |
8 | | -<meta name="description" content="{{ page.description }}"/> |
| 8 | +<meta name="description" content="{{ page.description }}"> |
9 | 9 |
|
10 | | -<meta name="theme-color" content="#241f31"/> |
11 | | -<meta name="color-scheme" content="dark light"/> |
| 10 | +<meta name="theme-color" content="#241f31"> |
| 11 | +<meta name="color-scheme" content="dark light"> |
12 | 12 |
|
13 | | -<meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 13 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
14 | 14 |
|
15 | | -<meta property="og:title" content="{{ page.title }}"/> |
16 | | -<meta property="og:description" content="{{ page.description }}"/> |
17 | | -<meta property="og:type" content="website"/> |
18 | | -<meta property="og:image" content="https://secureblue.dev/assets/icons/opengraph.png"/> |
19 | | -<meta property="og:image:width" content="512"/> |
20 | | -<meta property="og:image:height" content="512"/> |
21 | | -<meta property="og:image:alt" content="secureblue logo"/> |
22 | | -<meta property="og:site_name" content="secureblue"/> |
23 | | -<meta property="og:url" content="https://secureblue.dev/{{ include.content }}"/> |
| 15 | +<meta property="og:title" content="{{ page.title }}"> |
| 16 | +<meta property="og:description" content="{{ page.description }}"> |
| 17 | +<meta property="og:type" content="website"> |
| 18 | +<meta property="og:image" content="https://secureblue.dev/assets/icons/opengraph.png"> |
| 19 | +<meta property="og:image:width" content="512"> |
| 20 | +<meta property="og:image:height" content="512"> |
| 21 | +<meta property="og:image:alt" content="secureblue logo"> |
| 22 | +<meta property="og:site_name" content="secureblue"> |
| 23 | +<meta property="og:url" content="https://secureblue.dev/{{ include.content }}"> |
24 | 24 |
|
25 | | -<link rel="canonical" href="https://secureblue.dev/{{ include.content }}"/> |
| 25 | +<link rel="canonical" href="https://secureblue.dev/{{ include.content }}"> |
26 | 26 |
|
27 | | -<link rel="icon" type="image/png" href="/assets/icons/favicon-96x96.png" sizes="96x96" /> |
28 | | -<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" /> |
29 | | -<link rel="shortcut icon" href="/assets/icons/favicon.ico" /> |
30 | | -<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" /> |
31 | | -<meta name="apple-mobile-web-app-title" content="secureblue" /> |
32 | | -<link rel="mask-icon" href="/assets/icons/mask-icon.svg" color="#096b9f"/> |
| 27 | +<link rel="icon" type="image/png" href="/assets/icons/favicon-96x96.png" sizes="96x96"> |
| 28 | +<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg"> |
| 29 | +<link rel="shortcut icon" href="/assets/icons/favicon.ico"> |
| 30 | +<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png"> |
| 31 | +<meta name="apple-mobile-web-app-title" content="secureblue"> |
| 32 | +<link rel="mask-icon" href="/assets/icons/mask-icon.svg" color="#096b9f"> |
33 | 33 |
|
34 | | -<link rel="stylesheet" href="/assets/main.css"/> |
| 34 | +<link rel="stylesheet" href="/assets/main.css"> |
35 | 35 |
|
36 | | -<link rel="manifest" href="/assets/manifest.webmanifest" /> |
| 36 | +<link rel="manifest" href="/assets/manifest.webmanifest"> |
0 commit comments