7 lines
184 B
HTML
7 lines
184 B
HTML
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
{{ $style := resources.Get "main.scss" | resources.ToCSS }}
|
||
|
<link href={{ $style.RelPermalink }} rel="stylesheet" type="text/css" />
|
||
|
</head>
|
||
|
|