2022-10-17 15:57:48 +00:00
|
|
|
<div class="title">Autres liens</div>
|
|
|
|
<ul class="links">
|
|
|
|
{%- for entry in collections.all | eleventyNavigation %}
|
|
|
|
<li><a
|
|
|
|
href="{{ entry.url }}">{{ entry.title | i18n }}</a></li>
|
|
|
|
{%- endfor %}
|
2022-10-18 07:46:40 +00:00
|
|
|
<li><a
|
|
|
|
href="https://www.itsonus.fr" target="_blank">IT's on us</a></li>
|
2022-10-17 15:57:48 +00:00
|
|
|
</ul>
|