git: ffe872a614 - main - website footer: Consoldiate licensing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 13:36:21 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=ffe872a614fc428fe0a706bb394ebdebdaba30ca
commit ffe872a614fc428fe0a706bb394ebdebdaba30ca
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-06 13:23:36 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-06 13:35:47 +0000
website footer: Consoldiate licensing
Make "Licensing" link in the footer go to the actual licensing page.
The legal column of the footer had two links, "legal notices" which went
to the licensing page. "licensing" which went to the first link therein.
Reported by: wosch
Reviewed by: michaelo, wosch
Event: Berlin Hackathon 202609
---
website/themes/beastie/i18n/en.toml | 3 ---
website/themes/beastie/layouts/_partials/site-footer.html | 5 +----
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index 5f506cfab5..28ea733ce5 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -355,9 +355,6 @@ other = "Licensing"
[f-privacy-policy]
other = "Privacy Policy"
-[f-legal-notices]
-other = "Legal notices"
-
[f-all-rights-reserved]
other = "The FreeBSD Project. All rights reserved"
diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html
index 52c40ea75f..29b9d0012f 100755
--- a/website/themes/beastie/layouts/_partials/site-footer.html
+++ b/website/themes/beastie/layouts/_partials/site-footer.html
@@ -86,14 +86,11 @@
<a href="https://freebsdfoundation.org/donate/" target="_blank" class="column-element">{{ i18n "f-donations" }}</a>
</li>
<li>
- <a href="{{ "copyright/freebsd-license" | relLangURL }}" class="column-element">{{ i18n "f-licensing" }}</a>
+ <a href="{{ "copyright" | relLangURL }}" class="column-element">{{ i18n "f-licensing" }}</a>
</li>
<li>
<a href="{{ "privacy" | relLangURL }}" class="column-element">{{ i18n "f-privacy-policy" }}</a>
</li>
- <li>
- <a href="{{ "copyright" | relLangURL }}" class="column-element">{{ i18n "f-legal-notices" }}</a>
- </li>
</ul>
</section>
<section class="copyright-column">