Make language link pass through URL filter to apply pathPrefix.
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 36s
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 36s
This commit is contained in:
parent
34369b01a0
commit
e25855b121
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ title: Adrian Victor:Blog
|
|||
{{ i18n[langKey].availableInOtherLanguages }}:
|
||||
{% for alt in altLanguages %}
|
||||
<li class="inlineList">
|
||||
<a href="{{ alt.url }}" hreflang="{{ alt.lang }}">
|
||||
<a href="{{ alt.url | url }}" hreflang="{{ alt.lang }}">
|
||||
{{ i18n[alt.lang].language }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue