make logo transparent, use as favicon
This commit is contained in:
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 |
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue