LeaveItFork/layouts/partials/css.html

6 lines
213 B
HTML
Raw Normal View History

2018-09-12 16:14:09 +00:00
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | resources.Minify}}
<link rel="stylesheet" href="{{ "/font/iconfont.css" | absURL}}">
<link rel="stylesheet" href="{{ $style.RelPermalink }}">