réglage typo
This commit is contained in:
parent
8f780c2fbf
commit
2a5ab1424b
7 changed files with 18 additions and 4 deletions
|
|
@ -6,7 +6,9 @@ tabs:
|
|||
fields:
|
||||
subtitle:
|
||||
label: Sous-titre
|
||||
type: text
|
||||
type: writer
|
||||
nodes: false
|
||||
marks: false
|
||||
edito:
|
||||
label: Éditorial
|
||||
type: writer
|
||||
|
|
|
|||
|
|
@ -19,4 +19,5 @@ sections:
|
|||
label: Auteur
|
||||
type: users
|
||||
max: 1
|
||||
required: true
|
||||
width: 1/3
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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() ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue