Skip to content

Commit 54944e2

Browse files
authored
Fix version selector's historical URL (#2268)
* 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> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 13aa6e8 commit 54944e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/js/versions.template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ fetch(url)
110110
}
111111

112112
// For historical versions, simply link to the changelog
113-
appendVersion(ul, "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
113+
appendVersion(ul, "historical", "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
114114
});
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add version picker in the navbar.

0 commit comments

Comments
 (0)