Fix version selector's historical URL

Regression because the function signature changed in #2261, but this
call was not updated.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2025-12-16 14:58:11 +01:00
parent 13aa6e83ae
commit 34edf2380c
No known key found for this signature in database
GPG key ID: F26F4BE20A08255B

View file

@ -110,5 +110,5 @@ fetch(url)
}
// For historical versions, simply link to the changelog
appendVersion(ul, "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
appendVersion(ul, "historical", "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
});