make logo transparent, use as favicon

This commit is contained in:
Wingy 2021-09-13 20:24:28 -04:00
parent 0835b03280
commit 2a5240a1ee
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View file

@ -5,6 +5,7 @@ html(lang='en')
link(rel='manifest', href=`${_CC.config.base}manifest.json`)
link(rel='apple-touch-icon', href=`${_CC.config.base}img/logo.png`, sizes='1280x1280')
link(rel='shortcut icon', type='image/png', href=`${_CC.config.base}img/logo.png`)
if title
title #{config.siteTitle} - #{title}