Fixed generator issue and some template improvements
Some checks are pending
Validate HTML site / build (push) Waiting to run
BIN
dist/img/favicon/apple-touch-icon.png
vendored
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
dist/img/favicon/favicon-48x48.png
vendored
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
dist/img/favicon/favicon.ico
vendored
Normal file
After Width: | Height: | Size: 15 KiB |
3
dist/img/favicon/favicon.svg
vendored
Normal file
After Width: | Height: | Size: 300 KiB |
21
dist/img/favicon/site.webmanifest
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
dist/img/favicon/web-app-manifest-192x192.png
vendored
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
dist/img/favicon/web-app-manifest-512x512.png
vendored
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
dist/img/vp.png
vendored
Executable file
After Width: | Height: | Size: 225 KiB |