Skip to content

Commit 255da9a

Browse files
committed
Fix header structure
1 parent 2cd8ccf commit 255da9a

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

_includes/head-custom.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
<head>
2-
<meta charset="utf-8" />
3-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
4-
<meta name="viewport" content="width=device-width, initial-scale=1" />
5-
<meta property="og:image" content="https://keepandroidopen.org/altered-deal.png" />
6-
<meta property="og:type" content="website" />
7-
<meta name="twitter:card" content="summary" />
8-
<meta name="twitter:title" content="{{site.title}}" />
9-
<meta name="twitter:image" content="https://keepandroidopen.org/altered-deal.png" />
10-
</head>
11-
1+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
2+
<meta name="viewport" content="width=device-width, initial-scale=1" />
3+
<meta property="og:image" content="https://keepandroidopen.org/altered-deal.png" />
4+
<meta property="og:type" content="website" />
5+
<meta name="twitter:card" content="summary" />
6+
<meta name="twitter:title" content="{{site.title}}" />
7+
<meta name="twitter:image" content="https://keepandroidopen.org/altered-deal.png" />

_layouts/default.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
3-
43
<head>
54
<meta charset="UTF-8">
65
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -73,7 +72,6 @@
7372
}
7473
</style>
7574
</head>
76-
7775
<body>
7876
<div class="container-lg px-3 my-5 markdown-body">
7977
<h1>{{ page.title }}</h1>
@@ -85,7 +83,6 @@ <h1>{{ page.title }}</h1>
8583
</div>
8684
{{ content }}
8785
</div>
88-
8986
<footer>
9087
<div style="display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 2em; margin-left: auto; margin-right: auto; ">
9188
<div style="flex: 1; min-width: 200px; margin: 20px;">
@@ -114,5 +111,4 @@ <h4 style="margin-top: 0; margin-bottom: 10px; font-size: 16px; ">
114111
</div>
115112
</footer>
116113
</body>
117-
118114
</html>

0 commit comments

Comments
 (0)