We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 686c26e + b2bdc8b commit e510150Copy full SHA for e510150
_includes/head.html
@@ -9,6 +9,8 @@
9
<meta charset="utf-8">
10
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11
<title>{% if page.title %}{{ page.title | strip_html }} – {% endif %}{{ site.title | strip_html }}</title>
12
+ <link rel="dns-prefetch" href="//fonts.googleapis.com">
13
+ <link rel="dns-prefetch" href="//fonts.gstatic.com">
14
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
15
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
16
<meta name="viewport" content="width=device-width, initial-scale=1">
0 commit comments