move static/font to assets/font
This commit is contained in:
parent
c9ceedca9f
commit
2b8d49bfc5
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -1,5 +1,5 @@
|
||||
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | resources.Minify}}
|
||||
|
||||
<link rel="stylesheet" href="{{ "/font/iconfont.css" | absURL}}">
|
||||
{{ $iconfont := resources.Get "font/iconfont.css" }}
|
||||
<link rel="stylesheet" href="{{ $iconfont.RelPermalink }}">
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user