feat: remove home page from other links

This commit is contained in:
2022-11-02 14:26:15 +01:00
parent 8d053a29d8
commit 11ce3ad871
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<div class="title">Autres liens</div>
<ul class="links">
{%- for entry in collections.all | eleventyNavigation %}
{%- for entry in collections.all | eleventyNavigation | noHome %}
<li><a
href="{{ entry.url }}">{{ entry.title }}</a></li>
{%- endfor %}