diff --git a/template/src/app.html b/template/src/app.html index 095dfff..46231f2 100644 --- a/template/src/app.html +++ b/template/src/app.html @@ -8,6 +8,8 @@ __NAME__ + + diff --git a/template/src/routes/+layout.svelte b/template/src/routes/+layout.svelte index a50d726..b93e9ba 100644 --- a/template/src/routes/+layout.svelte +++ b/template/src/routes/+layout.svelte @@ -1,12 +1,7 @@ - - - - {@render children()} diff --git a/template/src/lib/assets/favicon.svg b/template/static/favicon.svg similarity index 100% rename from template/src/lib/assets/favicon.svg rename to template/static/favicon.svg