visions-vtt/desegnoj/layouts/partials/head.html

7 lines
184 B
HTML
Raw Normal View History

2021-12-27 20:53:24 +00:00
<head>
<meta charset="utf-8">
{{ $style := resources.Get "main.scss" | resources.ToCSS }}
<link href={{ $style.RelPermalink }} rel="stylesheet" type="text/css" />
</head>