mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
5 lines
279 B
HTML
5 lines
279 B
HTML
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | resources.Minify}}
|
|
{{ $iconfont := resources.Get "font/iconfont.css" | resources.Minify }}
|
|
<link rel="stylesheet" href="{{ $iconfont.RelPermalink }}">
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|