We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54e97b commit 5fee2a7Copy full SHA for 5fee2a7
_includes/head.html
@@ -0,0 +1,11 @@
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
+
0 commit comments