basic favicons
This commit is contained in:
parent
5606c3d5ee
commit
f39ce0f1a6
2
TODO.md
2
TODO.md
|
@ -1,6 +1,4 @@
|
|||
## TODO
|
||||
* image urls, page links, social nav items, etc -> put in store or whatever
|
||||
* favicon
|
||||
* page descriptions etc
|
||||
* services - background image for mobile
|
||||
* facebook/twitter social card thingies
|
||||
|
|
|
@ -19,7 +19,9 @@ module.exports = {
|
|||
{ hid: 'description', name: 'description', content: pkg.description }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
|
||||
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
|
||||
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
|
||||
{ rel: 'stylesheet',
|
||||
href: 'https://fonts.googleapis.com/css?family=' +
|
||||
'Montserrat:400,600|' +
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 515 B |
Binary file not shown.
After Width: | Height: | Size: 720 B |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 515 B |
Loading…
Reference in New Issue