mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
5 lines
261 B
HTML
5 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 }}">
|
|
|