Skip to content

Commit 5e1dd46

Browse files
author
Xmashine
authored
Improved website general head
Improved website compatibility with mobile browsers, adjusted some "add to home screen" props, improved W8 compatibility, added http-equiv="X-UA-Compatible" prop, and general improvements
1 parent 3cd13f9 commit 5e1dd46

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_layouts/blank.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
1111
<title>{% if page.title %} {{ page.title }} › {% endif %}{{ site.title }}</title>
1212
<link rel="canonical" href="{{ page.url | prepend: site.url }}">
13+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
14+
<meta name="msapplication-tap-highlight" content="no">
15+
<meta name="mobile-web-app-capable" content="yes">
16+
<meta name="application-name" content="cSploit">
17+
<link rel="icon" href="favicon.png">
18+
<meta name="apple-mobile-web-app-capable" content="yes">
19+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
20+
<meta name="apple-mobile-web-app-title" content="cSploit">
21+
<link rel="apple-touch-icon" href="favicon.png">
22+
<meta name="msapplication-TileImage" content="favicon.png">
23+
<meta name="msapplication-TileColor" content="#FFFFFF">
24+
<link rel="shortcut icon" href="favicon.png">
1325

1426
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1527

0 commit comments

Comments
 (0)