|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | | -<head> |
4 | | - {% if page.url == "/" %} |
5 | | - {% include schema-org.html %} |
6 | | - {% endif %} |
7 | | - <meta charset="UTF-8"> |
8 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 3 | + <head> |
| 4 | + {% if page.url == "/" %} {% include schema-org.html %} {% endif %} |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | 7 | <title>{{ page.title }} | {{ site.title }}</title> |
10 | 8 | <link rel="canonical" href="{{ page.url | absolute_url }}" /> |
11 | | - <meta name="title" content="{{ page.title }} | {{ site.title }}"> |
| 9 | + <meta name="title" content="{{ page.title }} | {{ site.title }}" /> |
12 | 10 | <meta name="application-name" content="PWindows" /> |
13 | 11 | <meta property="og:site_name" content="PWindows" /> |
14 | 12 |
|
15 | | - <meta name="description" content="Discover PWindows, not just a Minecraft server"> |
16 | | - <meta name="keywords" content="PWindows, Minecraft, Server, Community, Roblox, Roblox Studio, Studio, Games, MC, PeterMaZep"> |
17 | | - <meta name="author" content="PeterMaZep, PWindows"> |
| 13 | + <meta |
| 14 | + name="description" |
| 15 | + content="Discover PWindows, not just a Minecraft server" |
| 16 | + /> |
| 17 | + <meta |
| 18 | + name="keywords" |
| 19 | + content="PWindows, Minecraft, Server, Community, Roblox, Roblox Studio, Studio, Games, MC, PeterMaZep" |
| 20 | + /> |
| 21 | + <meta name="author" content="PeterMaZep, PWindows" /> |
18 | 22 |
|
19 | | - <meta property="og:title" content="PWindows - Not just a Minecraft Server"> |
20 | | - <meta property="og:description" content="Discover PWindows"> |
21 | | - <meta property="og:image" content="https://www.pwindows.qzz.io/preview.png"> |
22 | | - <meta property="og:url" content="{{ page.url | absolute_url }}"> |
23 | | - <meta property="og:type" content="website"> |
| 23 | + <meta |
| 24 | + property="og:title" |
| 25 | + content="PWindows - Not just a Minecraft Server" |
| 26 | + /> |
| 27 | + <meta property="og:description" content="Discover PWindows" /> |
| 28 | + <meta |
| 29 | + property="og:image" |
| 30 | + content="https://www.pwindows.qzz.io/preview.png" |
| 31 | + /> |
| 32 | + <meta property="og:url" content="{{ page.url | absolute_url }}" /> |
| 33 | + <meta property="og:type" content="website" /> |
24 | 34 |
|
25 | | - <meta name="twitter:card" content="summary_large_image"> |
26 | | - <meta name="twitter:title" content="PWindows - Not just a Minecraft Server"> |
27 | | - <meta name="twitter:description" content="Discover PWindows"> |
28 | | - <meta name="twitter:image" content="https://www.pwindows.qzz.io/preview.png"> |
| 35 | + <meta name="twitter:card" content="summary_large_image" /> |
| 36 | + <meta |
| 37 | + name="twitter:title" |
| 38 | + content="PWindows - Not just a Minecraft Server" |
| 39 | + /> |
| 40 | + <meta name="twitter:description" content="Discover PWindows" /> |
| 41 | + <meta |
| 42 | + name="twitter:image" |
| 43 | + content="https://www.pwindows.qzz.io/preview.png" |
| 44 | + /> |
29 | 45 |
|
30 | 46 | <!-- Favicons --> |
31 | | - <link rel="icon" type="image/x-icon" href="/favicon.ico"> |
32 | | - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
33 | | - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
34 | | - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
35 | | - <link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png"> |
36 | | - <link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png"> |
| 47 | + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
| 48 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| 49 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| 50 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 51 | + <link |
| 52 | + rel="icon" |
| 53 | + type="image/png" |
| 54 | + sizes="192x192" |
| 55 | + href="/android-chrome-192x192.png" |
| 56 | + /> |
| 57 | + <link |
| 58 | + rel="icon" |
| 59 | + type="image/png" |
| 60 | + sizes="512x512" |
| 61 | + href="/android-chrome-512x512.png" |
| 62 | + /> |
37 | 63 |
|
38 | | - <meta name="theme-color" content="#ffffff"> |
| 64 | + <meta name="theme-color" content="#ffffff" /> |
39 | 65 |
|
40 | | - <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> |
| 66 | + <link |
| 67 | + rel="stylesheet" |
| 68 | + href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" |
| 69 | + /> |
41 | 70 | {{ content_for_head }} |
42 | 71 |
|
43 | 72 | <!-- Allow pages to add additional CSS --> |
44 | | - {% if page.extra_css %} |
45 | | - {% for css_file in page.extra_css %} |
46 | | - <link rel="stylesheet" href="{{ css_file | relative_url }}"> |
47 | | - {% endfor %} |
48 | | - {% endif %} |
49 | | -</head> |
50 | | -<body> |
| 73 | + {% if page.extra_css %} {% for css_file in page.extra_css %} |
| 74 | + <link rel="stylesheet" href="{{ css_file | relative_url }}" /> |
| 75 | + {% endfor %} {% endif %} |
| 76 | + </head> |
| 77 | + <body> |
51 | 78 | {% if page.layout != "news" %} |
52 | | - <h1 style="display: none;">{{ page.title }} | {{ site.title }}</h1> |
53 | | - {% endif %} |
54 | | - {% include header.html %} |
55 | | - <main> |
56 | | - {{ content }} |
57 | | - </main> |
| 79 | + <h1 style="display: none">{{ page.title }} | {{ site.title }}</h1> |
| 80 | + {% endif %} {% include header.html %} |
| 81 | + <main>{{ content }}</main> |
58 | 82 | <script src="{{ '/assets/js/main.js?v=' | append: site.time | relative_url }}"></script> |
59 | | -</body> |
| 83 | + </body> |
60 | 84 | </html> |
0 commit comments