link-list = add file
This commit is contained in:
parent
29f038ab3f
commit
3f81882bcd
7 changed files with 41 additions and 19 deletions
|
|
@ -17,13 +17,19 @@
|
|||
<p><strong>Suivez nous</strong></p>
|
||||
<ul class="social-icons">
|
||||
<li>
|
||||
<a href="<?= $site->instagram() ?>" class="invert" target="_blank" title="Voir la page Instagram du NTB"><?= svg('assets/images/icons/instagram.svg') ?></a>
|
||||
<a href="<?= $site->instagram() ?>" class="invert" target="_blank" title="Voir la page Instagram du NTB">
|
||||
<span class="sr-only">Voir la page Instagram du NTB</span>
|
||||
<?= svg('assets/images/icons/instagram.svg') ?>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= $site->facebook() ?>" class="invert" target="_blank" title="Voir la page Facebook du NTB"><?= svg('assets/images/icons/facebook.svg') ?></a>
|
||||
<a href="<?= $site->facebook() ?>" class="invert" target="_blank" title="Voir la page Facebook du NTB">
|
||||
<span class="sr-only">Voir la page Facebook du NTB</span>
|
||||
<?= svg('assets/images/icons/facebook.svg') ?>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="#">Contacts et Mentions légales</a>
|
||||
<a href="<?= page('informations')->url() ?>">Contacts et Mentions légales</a>
|
||||
</div>
|
||||
</footer>
|
||||
<?php snippet('seo/schemas'); ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue