git: e96c19a63d - main - website footer: Remove previous versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 13:36:22 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=e96c19a63d99374a7b334a052b382c1e7639385a
commit e96c19a63d99374a7b334a052b382c1e7639385a
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-06 13:31:04 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-06 13:35:47 +0000
website footer: Remove previous versions
The historical docs archive has a tile on docs.freebsd.org,
it does not need to be in the footer, which is wildly unbalanced.
Reviewed by: wosch
Event: Berlin Hackathon 202609
---
website/themes/beastie/i18n/en.toml | 6 ------
website/themes/beastie/layouts/_partials/site-footer.html | 3 ---
2 files changed, 9 deletions(-)
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index 28ea733ce5..335a26754c 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -316,12 +316,6 @@ other = "Ported Applications"
[f-presentation-and-papers]
other = "Presentations and papers"
-[f-previous-versions]
-other = "Previous versions"
-
-[f-44bsd-documents]
-other = "4.4BSD Documents"
-
[f-wiki]
other = "Wiki"
diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html
index 29b9d0012f..db0f54876e 100755
--- a/website/themes/beastie/layouts/_partials/site-footer.html
+++ b/website/themes/beastie/layouts/_partials/site-footer.html
@@ -48,9 +48,6 @@
<li>
<a href="https://papers.FreeBSD.org" target="_blank" class="column-element">{{ i18n "f-presentation-and-papers" }}</a>
</li>
- <li>
- <a href="https://docs-archive.freebsd.org/doc/" target="_blank" class="column-element">{{ i18n "f-previous-versions" }}</a>
- </li>
<li>
<a href="https://wiki.freebsd.org/" target="_blank" class="column-element">{{ i18n "f-wiki" }}</a>
</li>