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
|
each href in clientEntry.css
|
||||||
link(rel='preload' href=`/assets/${href}` as='style')
|
link(rel='preload' href=`/assets/${href}` as='style')
|
||||||
|
|
||||||
link(rel='stylesheet' href='/assets/phosphor/icons.css')
|
|
||||||
|
|
||||||
title
|
title
|
||||||
block title
|
block title
|
||||||
= title || 'Calckey'
|
= title || 'Calckey'
|
||||||
|
|
Loading…
Reference in New Issue