réglage typo

This commit is contained in:
isUnknown 2024-09-05 07:58:53 +02:00
parent 8f780c2fbf
commit 2a5ab1424b
7 changed files with 18 additions and 4 deletions

View file

@ -6,7 +6,9 @@ tabs:
fields:
subtitle:
label: Sous-titre
type: text
type: writer
nodes: false
marks: false
edito:
label: Éditorial
type: writer

View file

@ -19,4 +19,5 @@ sections:
label: Auteur
type: users
max: 1
required: true
width: 1/3

View file

@ -4,6 +4,7 @@ return array(
'debug' => true,
'panel' => array(
'menu' => require __DIR__ . '/menu.php',
'css' => 'assets/css/panel.css'
),
'routes' => array(
require __DIR__ . '/routes/virtual-author.php',

View file

@ -8,10 +8,10 @@
href="#main-edito"
class="no-line"
>
<h2 class="main-title <?= setTitleFontSizeClass($site->subtitle()) ?>"><?= $site->subtitle() ?></h2>
<h2 class="main-title <?= setTitleFontSizeClass($site->subtitle()) ?>"><?= $site->subtitle()->inline() ?></h2>
<p
class="main-edito-btn | toggle-btn toggle-btn--left"
>édito</p>
>éditorial</p>
</a>
<?php endslot() ?>
<?php endsnippet() ?>