2011-06-07 16:12:46 -04:00
|
|
|
<!DOCTYPE html>
|
2011-07-28 15:42:28 -04:00
|
|
|
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
|
2011-06-07 16:12:46 -04:00
|
|
|
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
|
2011-07-26 23:27:44 +02:00
|
|
|
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
|
2011-06-07 16:12:46 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2011-09-21 10:13:23 +02:00
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
|
|
|
|
<meta name="author" content="{{ site.author }}">
|
2013-02-11 21:10:38 +01:00
|
|
|
{% if site.googleplus_user %}<link href="https://plus.google.com/{{ site.googleplus_user }}" rel="author">{% endif %}
|
2012-05-21 23:56:45 -05:00
|
|
|
<meta name="Generator" content="Jekyll & Octopress (http://octopress.org)">
|
2011-09-21 10:08:38 +02:00
|
|
|
|
2012-05-21 23:47:27 -05:00
|
|
|
{% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% endif %}{% endcapture %}{% if description.length %}
|
|
|
|
<meta name="description" content="{{ description }}">{% endif %}
|
2011-09-21 10:08:38 +02:00
|
|
|
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
|
2011-06-07 16:12:46 -04: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">
|
|
|
|
|
2013-02-13 13:50:20 +01:00
|
|
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{% if page.url contains site.category_dir %}/{% endif %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
|
2011-09-17 09:40:14 -05:00
|
|
|
<link rel="canonical" href="{{ canonical }}">
|
2011-07-21 23:50:32 -04:00
|
|
|
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
|
2013-02-10 02:47:53 -06:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
|
|
|
<script>!window.jQuery && document.write(unescape('%3Cscript src="{{ root_url }}/javascripts/jquery.min.js"%3E%3C/script%3E'))</script>
|
|
|
|
<script src="{{ root_url }}{% javascript_assets_tag %}"></script>
|
2011-09-21 10:13:23 +02:00
|
|
|
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
|
2011-07-31 12:27:25 -04:00
|
|
|
{% include custom/head.html %}
|
2011-10-17 20:34:13 +02:00
|
|
|
{% include google_analytics.html %}
|
2012-11-28 15:34:32 +04:00
|
|
|
{% include gauges_analytics.html %}
|
2012-06-07 14:27:03 -05:00
|
|
|
{% unless favicon %}{% capture favicon %}{{ root_url }}/octopress-favicon.png{% endcapture %} {% endunless %}
|
|
|
|
<link href="{{favicon}}" rel="icon">
|
2011-06-07 16:12:46 -04:00
|
|
|
</head>
|