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>
pull/2268/head
Kévin Commaille 4 weeks ago
parent 13aa6e83ae
commit 34edf2380c
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B

@ -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 }}');
});

Loading…
Cancel
Save