2021-06-08 14:19:46 +00:00
|
|
|
<head>
|
2021-06-08 16:18:22 +00:00
|
|
|
<title>{{ .Site.Title }} - {{ .Title }}</title>
|
2021-06-09 18:00:57 +00:00
|
|
|
<link rel="stylesheet" href="/css/blocks.css">
|
2021-06-08 14:19:46 +00:00
|
|
|
<link rel="stylesheet" href="/css/common.css">
|
2021-06-09 18:00:57 +00:00
|
|
|
<link rel="stylesheet" href="/css/custom.css">
|
2021-06-08 14:19:46 +00:00
|
|
|
<link rel="stylesheet" href="/css/header.css">
|
2021-06-08 16:18:22 +00:00
|
|
|
<link rel="stylesheet" href="/css/footer.css">
|
2021-06-08 18:22:47 +00:00
|
|
|
<link rel="stylesheet" href="/css/sections.css">
|
2021-06-08 14:19:46 +00:00
|
|
|
<link rel="stylesheet" href="/css/font.css">
|
2021-06-09 18:00:57 +00:00
|
|
|
<link rel="icon" href="/img/icon.png">
|
2021-06-08 16:18:22 +00:00
|
|
|
{{ hugo.Generator }}
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-06-09 18:00:57 +00:00
|
|
|
{{ if .IsTranslated }}
|
|
|
|
{{ range .Translations }}
|
|
|
|
<link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" title="{{ .Language.LanguageName }}">
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
2021-06-08 14:19:46 +00:00
|
|
|
<script src="/js/header.js"></script>
|
|
|
|
</head>
|