mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
favicon
This commit is contained in:
parent
87fa5a530e
commit
536f3932c4
7 changed files with 21 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
|
||||
<meta name="description" content="{{ description or metadata.description }}">
|
||||
<link rel="alternate" href="{{ metadata.feed.path | url }}" type="application/atom+xml" title="{{ metadata.title }}">
|
||||
|
|
|
|||
BIN
sites/angestoepselt/_static/android-chrome-192x192.png
Normal file
BIN
sites/angestoepselt/_static/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
sites/angestoepselt/_static/android-chrome-512x512.png
Normal file
BIN
sites/angestoepselt/_static/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
BIN
sites/angestoepselt/_static/apple-touch-icon.png
Normal file
BIN
sites/angestoepselt/_static/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3 KiB |
BIN
sites/angestoepselt/_static/favicon.ico
Normal file
BIN
sites/angestoepselt/_static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
19
sites/angestoepselt/_static/site.webmanifest
Normal file
19
sites/angestoepselt/_static/site.webmanifest
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Angestöpselt e.V.",
|
||||
"short_name": "Angestöpselt",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#50dcc7",
|
||||
"background_color": "#50dcc7",
|
||||
"display": "standalone"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue