diff --git a/website/langs/en.json b/website/langs/en.json
index 02f370f2cc..fa88ff3d51 100644
--- a/website/langs/en.json
+++ b/website/langs/en.json
@@ -312,5 +312,6 @@
"messengers-comparison-section-list-point-3": "It appears that the usage of cryptographic signatures compromises repudiation (deniability), but it needs to be clarified.",
"messengers-comparison-section-list-point-4": "Multi-device implementation compromises post-compromise security of Double Ratchet",
"messengers-comparison-section-list-point-5": "2-factor key exchange is optional via security code verification.",
- "messengers-comparison-section-list-point-6": "Post-quantum key agreement is \"sparse\" — it protects only some of the ratchet steps."
+ "messengers-comparison-section-list-point-6": "Post-quantum key agreement is \"sparse\" — it protects only some of the ratchet steps.",
+ "navbar-old-site": "Old site"
}
\ No newline at end of file
diff --git a/website/src/_includes/navbar.html b/website/src/_includes/navbar.html
index 97471ae7f5..662bde1593 100644
--- a/website/src/_includes/navbar.html
+++ b/website/src/_includes/navbar.html
@@ -97,6 +97,12 @@
target="_blank">SimpleXMQ
+
@@ -164,7 +170,7 @@
{% for language in languages.languages %}
{% if language.enabled and (language.home or (page.url != '/' and page.url != '/' + lang + '/')) %}