mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01: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 }}">
|
||
|
|