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 17:27:44 -04: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-04 10:21:01 -04:00
|
|
|
<title>{% if page.title %}{{page.title}} - {% endif %}{{site.title}}</title>
|
2011-06-07 16:12:46 -04:00
|
|
|
<meta name="author" content="{{site.author}}">
|
|
|
|
{% if page.description %}
|
|
|
|
<meta name="description" content="{{page.description}}"/>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<!-- http://t.co/dKP3o1e -->
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
|
|
<meta name="MobileOptimized" content="320">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
{% if page.keywords %}
|
|
|
|
<meta name="keywords" content="{{page.keywords}}"/>
|
|
|
|
{% endif %}
|
2011-09-17 10:40:14 -04:00
|
|
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
|
|
|
|
<link rel="canonical" href="{{ canonical }}">
|
2011-07-21 23:50:32 -04:00
|
|
|
<link href="{{ root_url }}/favicon.png" rel="shortcut icon" />
|
|
|
|
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
|
|
|
|
<script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script>
|
2011-06-24 17:17:35 -04:00
|
|
|
<script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script>
|
2011-07-21 23:50:32 -04:00
|
|
|
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
|
2011-08-12 00:30:45 -04: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-06-07 16:12:46 -04:00
|
|
|
</head>
|