chore: prettify example favicon
This commit is contained in:
parent
cd4878c548
commit
d57996c177
4
exampleSite/layouts/partials/custom_head.html
Normal file
4
exampleSite/layouts/partials/custom_head.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Generated via https://favicon.io/favicon-generator/ -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ 'images/apple-touch-icon.png' | absURL }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ 'images/favicon-32x32.png' | absURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ 'images/favicon-16x16.png' | absURL }}">
|
BIN
exampleSite/static/favicon.ico
Normal file
BIN
exampleSite/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
exampleSite/static/images/apple-touch-icon.png
Normal file
BIN
exampleSite/static/images/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
exampleSite/static/images/favicon-16x16.png
Normal file
BIN
exampleSite/static/images/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 383 B |
BIN
exampleSite/static/images/favicon-32x32.png
Normal file
BIN
exampleSite/static/images/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 698 B |
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 698 B |
Loading…
Reference in a new issue