don't load icons in pug

This commit is contained in:
ThatOneCalculator 2022-11-21 20:05:08 -08:00
parent 2e9c6f5c73
commit 86b50ee32a
1 changed files with 0 additions and 2 deletions

View File

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