bring back opaque logo, use transparent only for favicon

This commit is contained in:
Wingy 2021-09-14 22:14:15 -04:00
parent 0940a50b15
commit 7f6f1d3c8d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View file

@ -5,7 +5,7 @@ html(lang='en')
link(rel='manifest', href=`${_CC.config.base}manifest.json`) 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='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`) link(rel='shortcut icon', type='image/png', href=`${_CC.config.base}img/logo.transparent.png`)
if title if title
title #{config.siteTitle} - #{title} title #{config.siteTitle} - #{title}