diff --git a/assets/js/versions.template.js b/assets/js/versions.template.js index 1554ad26..01a3ffc8 100644 --- a/assets/js/versions.template.js +++ b/assets/js/versions.template.js @@ -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 }}'); }); diff --git a/changelogs/internal/newsfragments/2268.clarification b/changelogs/internal/newsfragments/2268.clarification new file mode 100644 index 00000000..468f55d5 --- /dev/null +++ b/changelogs/internal/newsfragments/2268.clarification @@ -0,0 +1 @@ +Add version picker in the navbar.