diff --git a/config.toml b/config.toml
index eabc50e2..15816601 100644
--- a/config.toml
+++ b/config.toml
@@ -52,6 +52,9 @@ current_version_url = "https://spec.matrix.org/latest"
#major = "1"
#minor = "2"
#release_date = "February 02, 2022"
+# Released versions to show in the version dropdown. Th template will also include a "historical" entry,
+# and (if the status above is "stable") an "unstable" entry.
+history = [ "unstable", "v1.2", "v1.1", "historical" ]
# User interface configuration
[params.ui]
diff --git a/layouts/partials/hooks/body-end.html b/layouts/partials/hooks/body-end.html
index 377470d9..0c27c8c3 100644
--- a/layouts/partials/hooks/body-end.html
+++ b/layouts/partials/hooks/body-end.html
@@ -15,3 +15,4 @@
*/}}
+
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index e78ee9c4..c96c30a9 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -8,9 +8,10 @@
{{ $cover := .HasShortcode "blocks/cover" }}