untrack content dir
This commit is contained in:
parent
55684b6079
commit
fb310b279e
47 changed files with 634 additions and 189 deletions
20
site/templates/linear.php
Normal file
20
site/templates/linear.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php snippet('header') ?>
|
||||
<header id="header" class="minimized">
|
||||
<div id="logo" >
|
||||
<a href="/" class="no-line">
|
||||
<h2 id="actuel">actuel</h2>
|
||||
<h2 id="inactuel">inactuel</h2>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
<main id="<?= $page->template() ?>">
|
||||
<?php snippet('tabs', [
|
||||
'left' => [
|
||||
'label' => 'Édito ' . $page->parent()->title(),
|
||||
'content' => $page->parent()->edito()
|
||||
]
|
||||
]) ?>
|
||||
<h1 class="title-center"><?= $page->title() ?></h1>
|
||||
</main>
|
||||
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue