diff --git a/site/blueprints/site.yml b/site/blueprints/site.yml index 60c320c..80e54ef 100644 --- a/site/blueprints/site.yml +++ b/site/blueprints/site.yml @@ -12,26 +12,6 @@ columns: sortable: true create: false status: listed - - - width: 1/2 - fields: - siteTitle: - label: Titre du site - type: text - translate: true - siteTagline: - label: Tagline - type: text - translate: true - siteDescription: - label: Description - type: textarea - translate: true - logo: - label: Logo - type: files - max: 1 - - width: 1/2 fields: contactEmail: diff --git a/site/controllers/site.php b/site/controllers/site.php index ac90d90..a3ab047 100644 --- a/site/controllers/site.php +++ b/site/controllers/site.php @@ -14,7 +14,7 @@ return function ($page, $kirby, $site) { 'template' => $page->intendedTemplate()->name(), 'modified' => $page->modified('Y-m-d'), 'site' => [ - 'title' => $site->siteTitle()->value(), + 'title' => $site->site_title()->value(), 'url' => $site->url(), 'logo' => $site->logo()->toFile()?->url(), 'language' => $kirby->language()?->code() ?? 'fr', diff --git a/src/components/layout/Cursor.svelte b/src/components/layout/Cursor.svelte index 2cc8956..f7dfc2c 100644 --- a/src/components/layout/Cursor.svelte +++ b/src/components/layout/Cursor.svelte @@ -1,9 +1,10 @@ -
-
-
-
+
+