2019-07-05 16:50:21 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<base href="{{ .Site.BaseURL }}">
|
2019-07-08 07:05:23 +02:00
|
|
|
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
2019-07-05 16:50:21 +02:00
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}style.css">
|
|
|
|
|
|
|
|
{{ with .OutputFormats.Get "RSS" }}
|
|
|
|
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
</head>
|