2022-10-29 03:08:38 +00:00
|
|
|
<head>
|
|
|
|
<title>{{ .Site.Title }}</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-06-16 23:16:04 +00:00
|
|
|
<meta charset="UTF-8">
|
2022-10-29 03:08:38 +00:00
|
|
|
{{ $sass := resources.Get "/css/style.scss" }}
|
|
|
|
{{ $style := $sass | resources.ToCSS }}
|
|
|
|
|
2024-06-16 23:16:04 +00:00
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
2022-11-24 22:45:25 +00:00
|
|
|
<script src="/svg-inject.min.js"></script>
|
2022-10-29 03:08:38 +00:00
|
|
|
</head>
|