android.moparisthebest.org/source/_includes/head.html

30 lines
1.7 KiB
HTML
Raw Normal View History

2011-07-19 22:28:48 -04:00
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
2011-07-19 22:28:48 -04:00
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
2011-07-27 00:08:38 -04:00
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
2011-07-19 22:28:48 -04:00
<head>
<meta charset="utf-8">
2011-09-21 16:43:34 -04:00
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="author" content="{{ site.author }}">
2011-12-10 19:48:43 -05:00
{% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %}
<meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}">
2011-09-21 16:43:34 -04:00
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
2011-07-19 22:28:48 -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">
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
<link rel="canonical" href="{{ canonical }}">
2011-09-21 16:43:34 -04:00
<link href="{{ root_url }}/favicon.png" rel="icon">
2011-07-22 00:14:26 -04:00
<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-09-26 08:56:46 -04:00
<script src="{{ root_url }}/javascripts/ender.js"></script>
2011-07-22 00:14:26 -04:00
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
2011-09-21 16:43:34 -04:00
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
{% include custom/head.html %}
{% include google_analytics.html %}
2011-07-19 22:28:48 -04:00
</head>