add footer to linear template
This commit is contained in:
parent
f0d306372d
commit
1e9a192a40
4 changed files with 17 additions and 9 deletions
|
|
@ -8,11 +8,11 @@
|
|||
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() ?></h2>
|
||||
<p
|
||||
class="main-edito-btn | toggle-btn left"
|
||||
>édito</p>
|
||||
</button>
|
||||
</a>
|
||||
<?php endslot() ?>
|
||||
<?php endsnippet() ?>
|
||||
<div id="main-edito" class="content">
|
||||
|
|
|
|||
|
|
@ -18,4 +18,6 @@
|
|||
<?= $page->body() ?>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
</main>
|
||||
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue