move static/font to assets/font

This commit is contained in:
Covey 2018-09-27 11:23:43 +08:00
parent c9ceedca9f
commit 2b8d49bfc5
8 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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 }}">