Skip to content

Commit 02517c8

Browse files
committed
Remove HTML boilerplate from header include
Stripped out the DOCTYPE, html, head, and body tags from _includes/header.html, leaving only the relevant header content. This change is likely to avoid duplicate HTML structure when including this file in other templates.
1 parent caaba21 commit 02517c8

1 file changed

Lines changed: 2 additions & 52 deletions

File tree

_includes/header.html

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,5 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>PWindows</title>
7-
<link rel="canonical" href="https://www.pwindows.qzz.io/"/>
8-
<meta name="title" content="PWindows">
9-
<meta name="application-name" content="PWindows" />
10-
<meta property="og:site_name" content="PWindows" />
11-
12-
<meta name="description" content="Discover PWindows, not just a Minecraft server">
13-
<meta name="keywords" content="PWindows, Minecraft, Server, Community, Roblox, Roblox Studio, Studio, Games, MC, PeterMaZep">
14-
<meta name="author" content="PeterMaZep, PWindows">
15-
16-
<meta property="og:title" content="PWindows - Not just a Minecraft Server">
17-
<meta property="og:description" content="Discover PWindows">
18-
<meta property="og:image" content="https://www.pwindows.qzz.io/preview.png">
19-
<meta property="og:url" content="https://www.pwindows.qzz.io">
20-
<meta property="og:type" content="website">
21-
<meta name="twitter:card" content="summary_large_image">
22-
<meta name="twitter:title" content="PWindows - Not just a Minecraft Server">
23-
<meta name="twitter:description" content="Discover PWindows">
24-
<meta name="twitter:image" content="https://www.pwindows.qzz.io/preview.png">
25-
26-
<!-- Favicon package generated by Favicon.im Generator -->
27-
<link rel="icon" type="image/x-icon" href="/favicon.ico">
28-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
29-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
30-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
31-
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
32-
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png">
33-
<meta name="theme-color" content="#ffffff">
34-
<script type="application/ld+json">
35-
{
36-
"@context": "https://schema.org",
37-
"@type": "Organization",
38-
"name": "PWindows",
39-
"url": "https://www.pwindows.qzz.io",
40-
"logo": "https://www.pwindows.qzz.io/assets/logo.png"
41-
}
42-
</script>
43-
</head>
44-
<body>
45-
<h1 style="position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;">
46-
PWindows – Not just a Minecraft Server
47-
</h1>
48-
49-
<!-- Floating particles -->
50-
<div class="particles" id="particles"></div>
1+
<!-- Floating particles -->
2+
<div class="particles" id="particles"></div>
513

524
<!-- Mobile Menu Overlay -->
535
<div class="menu-overlay" id="mobileMenu">
@@ -479,6 +431,4 @@ <h1 style="position:absolute; left:-9999px; top:auto; width:1px; height:1px; ove
479431
});
480432
}
481433
</script>
482-
</body>
483-
</html>
484434

0 commit comments

Comments
 (0)