southwestradio-site/themes/swr/layouts/partials/head.html

9 lines
326 B
HTML
Raw Normal View History

2022-10-29 03:08:38 +00:00
<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 }}">
<script src="/svg-inject.min.js"></script>
2022-10-29 03:08:38 +00:00
</head>