diff --git a/dist/apple-touch-icon.png b/dist/apple-touch-icon.png index 25fa3c6..cf11bb0 100644 Binary files a/dist/apple-touch-icon.png and b/dist/apple-touch-icon.png differ diff --git a/dist/favicon-96x96.png b/dist/favicon-96x96.png index ec274bf..9c9160e 100644 Binary files a/dist/favicon-96x96.png and b/dist/favicon-96x96.png differ diff --git a/dist/favicon.ico b/dist/favicon.ico index bde7d30..d21acc9 100644 Binary files a/dist/favicon.ico and b/dist/favicon.ico differ diff --git a/dist/favicon.svg b/dist/favicon.svg index 5eef89f..a7cc494 100644 --- a/dist/favicon.svg +++ b/dist/favicon.svg @@ -1 +1,53 @@ - \ No newline at end of file + + + + + + YL + diff --git a/dist/index.html b/dist/index.html index f8004a3..ec8ab6a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -13,6 +13,8 @@ + + diff --git a/dist/presentations/index.html b/dist/presentations/index.html index 1fc4fac..601a765 100644 --- a/dist/presentations/index.html +++ b/dist/presentations/index.html @@ -13,6 +13,8 @@ + + diff --git a/dist/projects/index.html b/dist/projects/index.html index dc0cf68..5bf298e 100644 --- a/dist/projects/index.html +++ b/dist/projects/index.html @@ -13,6 +13,8 @@ + + diff --git a/dist/publications/index.html b/dist/publications/index.html index 1b046c5..ed0f8af 100644 --- a/dist/publications/index.html +++ b/dist/publications/index.html @@ -13,6 +13,8 @@ + + diff --git a/dist/site.webmanifest b/dist/site.webmanifest index f5a3f75..347dc07 100644 --- a/dist/site.webmanifest +++ b/dist/site.webmanifest @@ -13,9 +13,21 @@ "sizes": "512x512", "type": "image/png", "purpose": "maskable" + }, + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" } ], "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" -} \ No newline at end of file +} diff --git a/dist/teaching/index.html b/dist/teaching/index.html index 3f9eccf..7945041 100644 --- a/dist/teaching/index.html +++ b/dist/teaching/index.html @@ -13,6 +13,8 @@ + + diff --git a/dist/web-app-manifest-192x192.png b/dist/web-app-manifest-192x192.png index 272607f..2d49742 100644 Binary files a/dist/web-app-manifest-192x192.png and b/dist/web-app-manifest-192x192.png differ diff --git a/dist/web-app-manifest-512x512.png b/dist/web-app-manifest-512x512.png index 89a95c1..afffded 100644 Binary files a/dist/web-app-manifest-512x512.png and b/dist/web-app-manifest-512x512.png differ diff --git a/templates/base.html b/templates/base.html index 6063827..1c82943 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,8 @@ + + {% block extra_head %}{% endblock %}