62 lines
2.9 KiB
HTML
62 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" prefix="og: http://ogp.me/ns# twitter: http://ogp.me/ns/fb/twitter#">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>{% if page.title != "Home" %}{{ page.title }} – {% endif %}{{ site.title }}</title>
|
|
|
|
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" />
|
|
<link href="{{ site.static_prefix }}/style/default-common.css" rel="stylesheet" type="text/css" />
|
|
<link href="{{ site.static_prefix }}/style/default-print.css" media="print" rel="stylesheet" type="text/css" />
|
|
<link href="/{{ site.baseurl }}/blog/atom.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }}" />
|
|
|
|
{% if page.description %}
|
|
<meta name="description" content="{{ page.description }}" />
|
|
{% endif %}
|
|
|
|
{% if page.tags %}
|
|
<meta name="keywords" content="{{ page.tags|join:', ' }}" />
|
|
{% endif %}
|
|
|
|
<meta name="viewport" content="width=756" />
|
|
|
|
<link href="{{ site.absolute }}/{{ site.baseurl }}{{ page.url|replace:'/index.html','/' }}" rel="canonical" />
|
|
|
|
<meta property="og:title" content="{% if page.title == 'Home' %}{{ site.title }}{% else %}{{ page.title }}{% endif %}" />
|
|
<meta property="og:url" content="{{ site.baseurl }}{% if page.url != '/index.html' %}{{ page.url }}{% endif %}?utm_campaign=ref&utm_medium=def&utm_source=opengraph" />
|
|
{% if page.description %}
|
|
<meta property="og:description" content="{{ page.description }}" />
|
|
{% endif %}
|
|
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', '{{ site.analytics }}']);
|
|
_gaq.push(['_trackPageview']);
|
|
</script>
|
|
</head>
|
|
<body class="layout-{{ page.layout }}{% if page.body_class %} {{ page.body_class }}{% endif %}">
|
|
<header>
|
|
<ul class="screen-only">
|
|
{% if 'dev' == site.environment %}
|
|
<li><a href="/{{ site.baseurl }}/private/">private</a></li>
|
|
{% endif %}
|
|
<li><a href="/{{ site.baseurl }}/blog/">blog</a></li>
|
|
<li><a href="/{{ site.baseurl }}/gallery/">gallery</a></li>
|
|
<li><a href="/{{ site.baseurl }}/about.html">about</a></li>
|
|
</ul>
|
|
{% if page.print_blurb %}
|
|
<ul class="print-only">
|
|
<li>{{ page.print_blurb }}</li>
|
|
</ul>
|
|
{% endif %}
|
|
<div class="site-title">
|
|
<strong><a href="/{{ site.baseurl }}/">{{ site.title }}</a></strong>
|
|
</div>
|
|
<div class="meta screen-only">
|
|
<a href="{{ site.github }}">github</a>
|
|
·
|
|
<a href="mailto:{{ site.email }}">email</a>
|
|
</div>
|
|
</header>
|
|
<article>
|