2016-08-29 23:31:01 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2016-08-28 15:21:39 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
|
|
|
|
|
|
{{ if .Site.Params.description }}<meta name="description" content="{{ .Site.Params.description }}">{{ end }}
|
|
|
|
{{ if .Site.Params.author }}<meta name="author" content="{{ .Site.Params.author }}">{{ end }}
|
|
|
|
|
|
|
|
{{ .Hugo.Generator }}
|
|
|
|
|
|
|
|
<base href="{{ .Site.BaseURL }}">
|
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|
|
|
|
|
<title>{{ .Title }}</title>
|
|
|
|
|
|
|
|
<!-- combined, minified CSS -->
|
|
|
|
<link href="{{ .Site.BaseURL }}css/style.css" rel="stylesheet">
|
|
|
|
</head>
|
2016-08-29 23:31:01 +02:00
|
|
|
|
|
|
|
<body>
|