2014-05-16 21:02:47 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{{ template "chrome/meta.html" . }}
|
2014-05-30 16:18:43 +00:00
|
|
|
<title>{{ .Title }}</title>
|
2014-05-16 21:02:47 +00:00
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|
{{ template "chrome/header.includes.html" . }}
|
|
|
|
{{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
2014-05-18 11:57:39 +00:00
|
|
|
</head>
|