Skip to content

Commit

Permalink
chore: comment footer secondary nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Jan 15, 2024
1 parent d9ca5a9 commit 153cc24
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/_includes/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@
</div>
{%- endif %}
<p class="estimatedCo2"></p>
<nav class="nav nav--footer" role="navigation" tabindex="-1"
{# <nav class="nav nav--footer" role="navigation" tabindex="-1"
aria-label="{% if page.lang == 'en' %}Useful links{% else %}Menu link utili{% endif %}">
{# Nav Links #}
<ul class="nav__menu">
{% set privacyUrl %}/{{page.lang}}/privacy-policy/{% endset %}
<li class="nav__item {% if privacyUrl == page.url %}nav__item--active{% endif %}">
{# <ul class="nav__menu"> #}
{# {% set privacyUrl %}/{{page.lang}}/privacy-policy/{% endset %} #}
{# <li class="nav__item {% if privacyUrl == page.url %}nav__item--active{% endif %}">
<a class="nav__link" href="{{ privacyUrl | locale_url }}">
Privacy policy
</a>
</li>
{% set colophonUrl %}/{{page.lang}}/colophon/{% endset %}
<li class="nav__item {% if colophonUrl == page.url %}nav__item--active{% endif %}">
</li> #}
{# {% set colophonUrl %}/{{page.lang}}/colophon/{% endset %} #}
{# <li class="nav__item {% if colophonUrl == page.url %}nav__item--active{% endif %}">
<a class="nav__link" href="{{ colophonUrl | locale_url }}">
Colophon
</a>
</li>
</ul>
</nav>
</li> #}
{# </ul>
</nav> #}
</div>
</footer>

0 comments on commit 153cc24

Please sign in to comment.