Skip to content

Commit

Permalink
Update main.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
JAs2701 authored Dec 12, 2024
1 parent 7258844 commit 1dc5a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_layouts/main.njk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{% set pageUrl = page.url.split('/').slice(2).join('/') %}
{% if locales.length %}
{% for locale in locales -%}
<a href="/{{ locale.code }}/{{ pageUrl }}" rel="alternate" hreflang="{{ locale.code }}">{{ locale.label }}</a>
<a href="/garance/{{ locale.code }}/{{ pageUrl }}" rel="alternate" hreflang="{{ locale.code }}">{{ locale.label }}</a>
{% endfor -%}
{% endif %}
</div>
Expand All @@ -127,4 +127,4 @@
<br />
<br />
</footer>
</html>
</html>

0 comments on commit 1dc5a6d

Please sign in to comment.