hacks-guide-minimal-mistake.../_includes/head.html

41 lines
1.8 KiB
HTML
Raw Normal View History

2013-05-24 16:25:31 +02:00
<meta charset="utf-8">
2013-09-09 17:47:15 +02:00
{% include seo.html %}
2013-05-24 16:25:31 +02:00
2016-02-22 22:16:15 +01:00
<link href="{{ absurl }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
2013-05-24 16:25:31 +02:00
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
2016-02-22 22:16:15 +01:00
<link rel="stylesheet" href="{{ absurl }}/assets/css/main.css">
2013-05-24 16:25:31 +02:00
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
2016-02-22 22:16:15 +01:00
<script src="{{ absurl }}/assets/js/vendor/html5shiv.min.js"></script>
<script src="{{ absurl }}/assets/js/vendor/respond.min.js"></script>
<![endif]-->
2013-05-28 16:43:55 +02:00
2014-02-13 20:20:28 +01:00
<!-- Modernizr -->
2016-02-22 22:16:15 +01:00
<script src="{{ absurl }}/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
2014-02-13 20:20:28 +01:00
2016-02-22 22:16:15 +01:00
<link href="//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic" rel="stylesheet" type="text/css">
2013-05-28 16:43:55 +02:00
<!-- Icons -->
<!-- 16x16 -->
2016-02-22 22:16:15 +01:00
<link rel="shortcut icon" href="{{ absurl }}/favicon.ico">
2013-05-28 16:43:55 +02:00
<!-- 32x32 -->
2016-02-22 22:16:15 +01:00
<link rel="shortcut icon" href="{{ absurl }}/favicon.png">
2013-05-28 16:43:55 +02:00
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
2016-02-22 22:16:15 +01:00
<link rel="apple-touch-icon-precomposed" href="{{ absurl }}/images/apple-touch-icon-precomposed.png">
2013-05-28 16:43:55 +02:00
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
2016-02-22 22:16:15 +01:00
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ absurl }}/images/apple-touch-icon-72x72-precomposed.png">
2013-05-28 16:43:55 +02:00
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
2016-02-22 22:16:15 +01:00
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ absurl }}/images/apple-touch-icon-114x114-precomposed.png">
2013-05-28 16:43:55 +02:00
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
2016-02-22 22:16:15 +01:00
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ absurl }}/images/apple-touch-icon-144x144-precomposed.png">