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