Change SVG favicon to the Awoospace logo

master
noiob 2019-07-06 02:58:30 +02:00
parent 847cbc4219
commit d0b9f922e7
2 changed files with 86 additions and 2 deletions

View File

@ -12,7 +12,7 @@
%link{ rel: 'icon', href: favicon_path, type: 'image/x-icon' }/
%link{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }/
%link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#2B90D9' }/
%link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#000000' }/
%link{ rel: 'manifest', href: '/manifest.json' }/
%meta{ name: 'msapplication-config', content: '/browserconfig.xml' }/
%meta{ name: 'theme-color', content: '#282c37' }/

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 54 KiB