From 4766c00c9b8fef37decf48e03c3b3d007afaae6f Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 20 Feb 2024 12:37:06 +0100 Subject: [PATCH] use new static folder --- templates/{ => static}/android-chrome-192x192.png | Bin templates/{ => static}/android-chrome-512x512.png | Bin templates/{ => static}/apple-touch-icon.png | Bin templates/{ => static}/browserconfig.xml | 0 templates/{ => static}/favicon-16x16.png | Bin templates/{ => static}/favicon-32x32.png | Bin templates/{ => static}/favicon.ico | Bin templates/{ => static}/mstile-144x144.png | Bin templates/{ => static}/mstile-150x150.png | Bin templates/{ => static}/mstile-310x150.png | Bin templates/{ => static}/mstile-310x310.png | Bin templates/{ => static}/mstile-70x70.png | Bin templates/{ => static}/safari-pinned-tab.svg | 0 templates/{ => static}/site.webmanifest | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename templates/{ => static}/android-chrome-192x192.png (100%) rename templates/{ => static}/android-chrome-512x512.png (100%) rename templates/{ => static}/apple-touch-icon.png (100%) rename templates/{ => static}/browserconfig.xml (100%) rename templates/{ => static}/favicon-16x16.png (100%) rename templates/{ => static}/favicon-32x32.png (100%) rename templates/{ => static}/favicon.ico (100%) rename templates/{ => static}/mstile-144x144.png (100%) rename templates/{ => static}/mstile-150x150.png (100%) rename templates/{ => static}/mstile-310x150.png (100%) rename templates/{ => static}/mstile-310x310.png (100%) rename templates/{ => static}/mstile-70x70.png (100%) rename templates/{ => static}/safari-pinned-tab.svg (100%) rename templates/{ => static}/site.webmanifest (100%) diff --git a/templates/android-chrome-192x192.png b/templates/static/android-chrome-192x192.png similarity index 100% rename from templates/android-chrome-192x192.png rename to templates/static/android-chrome-192x192.png diff --git a/templates/android-chrome-512x512.png b/templates/static/android-chrome-512x512.png similarity index 100% rename from templates/android-chrome-512x512.png rename to templates/static/android-chrome-512x512.png diff --git a/templates/apple-touch-icon.png b/templates/static/apple-touch-icon.png similarity index 100% rename from templates/apple-touch-icon.png rename to templates/static/apple-touch-icon.png diff --git a/templates/browserconfig.xml b/templates/static/browserconfig.xml similarity index 100% rename from templates/browserconfig.xml rename to templates/static/browserconfig.xml diff --git a/templates/favicon-16x16.png b/templates/static/favicon-16x16.png similarity index 100% rename from templates/favicon-16x16.png rename to templates/static/favicon-16x16.png diff --git a/templates/favicon-32x32.png b/templates/static/favicon-32x32.png similarity index 100% rename from templates/favicon-32x32.png rename to templates/static/favicon-32x32.png diff --git a/templates/favicon.ico b/templates/static/favicon.ico similarity index 100% rename from templates/favicon.ico rename to templates/static/favicon.ico diff --git a/templates/mstile-144x144.png b/templates/static/mstile-144x144.png similarity index 100% rename from templates/mstile-144x144.png rename to templates/static/mstile-144x144.png diff --git a/templates/mstile-150x150.png b/templates/static/mstile-150x150.png similarity index 100% rename from templates/mstile-150x150.png rename to templates/static/mstile-150x150.png diff --git a/templates/mstile-310x150.png b/templates/static/mstile-310x150.png similarity index 100% rename from templates/mstile-310x150.png rename to templates/static/mstile-310x150.png diff --git a/templates/mstile-310x310.png b/templates/static/mstile-310x310.png similarity index 100% rename from templates/mstile-310x310.png rename to templates/static/mstile-310x310.png diff --git a/templates/mstile-70x70.png b/templates/static/mstile-70x70.png similarity index 100% rename from templates/mstile-70x70.png rename to templates/static/mstile-70x70.png diff --git a/templates/safari-pinned-tab.svg b/templates/static/safari-pinned-tab.svg similarity index 100% rename from templates/safari-pinned-tab.svg rename to templates/static/safari-pinned-tab.svg diff --git a/templates/site.webmanifest b/templates/static/site.webmanifest similarity index 100% rename from templates/site.webmanifest rename to templates/static/site.webmanifest