Replace 'Design to Light' by 'Design to Pack' and add description
This commit is contained in:
parent
7cba776cb6
commit
b3f45bae8d
4 changed files with 9 additions and 5 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
Title: Design to Light
|
Title: Design to Pack
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Description: Notre expertise technique au service de la créativité.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Design to Light",
|
"name": "Design to Pack",
|
||||||
"description": "",
|
"description": "Notre expertise technique au service de la créativité.",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/assets/favicons/android-chrome-192x192.png",
|
"src": "/assets/favicons/android-chrome-192x192.png",
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||||
|
|
||||||
<title><?= $site->title()->esc() ?></title>
|
<title><?= $site->title()->esc() ?></title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="<?= $site->description()->esc() ?>">
|
||||||
|
|
||||||
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
||||||
<meta name="robots" content="noindex nofollow">
|
<meta name="robots" content="noindex nofollow">
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<div v-if="isExpanded" id="menu" class="flex | rounded-xl">
|
<div v-if="isExpanded" id="menu" class="flex | rounded-xl">
|
||||||
<header class="w-full | flex">
|
<header class="w-full | flex">
|
||||||
<!-- TODO: à dynamiser en récupérant le $site->title() -->
|
<!-- TODO: à dynamiser en récupérant le $site->title() -->
|
||||||
<p lang="en">Design to Light</p>
|
<p lang="en">Design to Pack</p>
|
||||||
</header>
|
</header>
|
||||||
<nav class="w-full | flow">
|
<nav class="w-full | flow">
|
||||||
<ul class="flex">
|
<ul class="flex">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue