#12 - add h1 to event page + exclude empty pages from sitemap
This commit is contained in:
parent
ee1e020b7e
commit
602acd8c75
4 changed files with 31 additions and 12 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<button class="swiper-button swiper-button-next" title="suivante">→</button>
|
||||
</div>
|
||||
<div class="presentation__text">
|
||||
<h2 class="h1 presentation__title"><?= $page->title() ?></h2>
|
||||
<h1 class="presentation__title"><?= $page->title() ?></h1>
|
||||
<h3 class="h2 presentation__authors"><?= $page->authors() ?></h3>
|
||||
<div class="presentation__chapo"><?= $page->chapo() ?></div>
|
||||
<div class="presentation__description"><?= $page->description() ?></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue