mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-11 16:43:42 +01:00
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:
parent
13aa6e83ae
commit
34edf2380c
|
|
@ -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…
Reference in a new issue