don't load icons in pug
This commit is contained in:
parent
2e9c6f5c73
commit
86b50ee32a
|
@ -47,8 +47,6 @@ html
|
|||
each href in clientEntry.css
|
||||
link(rel='preload' href=`/assets/${href}` as='style')
|
||||
|
||||
link(rel='stylesheet' href='/assets/phosphor/icons.css')
|
||||
|
||||
title
|
||||
block title
|
||||
= title || 'Calckey'
|
||||
|
|
Loading…
Reference in New Issue