2020-08-16 12:21:35 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>{{ .Site.Title }}</title>
|
|
|
|
|
2021-06-11 18:27:03 +00:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald" />
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" />
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
2020-08-16 12:21:35 +00:00
|
|
|
|
2021-06-11 18:27:03 +00:00
|
|
|
{{- $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | toCSS | minify | fingerprint }}
|
2021-06-06 15:42:20 +00:00
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" crossorigin="anonymous" media="screen" />
|
2021-06-11 18:27:03 +00:00
|
|
|
</head>
|