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