2021-05-18 16:22:28 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-05-20 15:52:06 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
{{ $style := resources.Get "css/bulma.min.css" }}
|
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
2021-05-18 16:22:28 +02:00
|
|
|
<title>
|
|
|
|
{{ .Site.Title }}
|
|
|
|
</title>
|
|
|
|
</head>
|