don't load icons in pug

This commit is contained in:
ThatOneCalculator 2022-11-21 20:05:08 -08:00
parent 2e9c6f5c73
commit 86b50ee32a

View file

@ -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'