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