blog/themes/chosto/layouts/partials/head.html

10 lines
264 B
HTML
Raw Normal View History

2021-05-18 16:22:28 +02:00
<head>
<meta charset="utf-8">
<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>