2014-04-12 16:04:17 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2014-09-02 13:05:20 -06:00
|
|
|
{{ partial "meta.html" . }}
|
2014-04-12 16:04:17 -04:00
|
|
|
|
2015-09-08 22:51:57 -06:00
|
|
|
<title>{{ .Title }} - {{ .Site.BaseURL }}</title>
|
2014-04-12 16:04:17 -04:00
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
2014-09-02 13:05:20 -06:00
|
|
|
{{ partial "header.includes.html" . }}
|
2016-11-23 10:30:57 +01:00
|
|
|
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
2014-09-02 13:05:20 -06:00
|
|
|
</head>
|