southwestradio-site/themes/swr/layouts/partials/head.html
2022-11-29 13:16:47 +03:00

8 lines
279 B
HTML

<head>
<title>{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{ $sass := resources.Get "/css/style.scss" }}
{{ $style := $sass | resources.ToCSS }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
</head>