bring back opaque logo, use transparent only for favicon
This commit is contained in:
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 |
BIN
static/img/logo.transparent.png
Normal file
BIN
static/img/logo.transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue