aa230616 |
<!DOCTYPE html> |
1e2d10c2 |
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> |
aa230616 |
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> |
c32516fd |
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> |
aa230616 |
<head>
<meta charset="utf-8"> |
111142c5 |
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="author" content="{{ site.author }}"> |
0b5215c0 |
{% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} |
a81ef5e2 |
<meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}"> |
0b5215c0 |
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %} |
aa230616 |
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
|
514e8483 |
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} |
728bdad5 |
<link rel="canonical" href="{{ canonical }}"> |
111142c5 |
<link href="{{ root_url }}/favicon.png" rel="icon"> |
39d56bc9 |
<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> |
d1e5c45e |
<script src="{{ root_url }}/javascripts/ender.js"></script> |
39d56bc9 |
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script> |
111142c5 |
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> |
d344a8c7 |
{% include custom/head.html %} |
ff709920 |
{% include google_analytics.html %} |
aa230616 |
</head> |