6 lines
213 B
HTML
6 lines
213 B
HTML
|
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | resources.Minify}}
|
||
|
|
||
|
<link rel="stylesheet" href="{{ "/font/iconfont.css" | absURL}}">
|
||
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||
|
|