2014-05-16 22:02:47 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{{ template "chrome/meta.html" . }}
|
2014-05-30 17:18:43 +01:00
|
|
|
<title>{{ .Title }}</title>
|
2014-05-16 22:02:47 +01:00
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|
{{ template "chrome/header.includes.html" . }}
|
2017-09-19 12:26:06 +01:00
|
|
|
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
2014-05-18 12:57:39 +01:00
|
|
|
</head>
|