diff options
| -rw-r--r-- | website/content/en/contact.adoc (renamed from website/content/en/mailto.adoc) | 12 | ||||
| -rw-r--r-- | website/themes/beastie/i18n/en.toml | 3 | ||||
| -rwxr-xr-x | website/themes/beastie/layouts/_partials/site-footer.html | 3 |
3 files changed, 12 insertions, 6 deletions
diff --git a/website/content/en/mailto.adoc b/website/content/en/contact.adoc index 0651662e26..7750d4bf7f 100644 --- a/website/content/en/mailto.adoc +++ b/website/content/en/contact.adoc @@ -6,13 +6,13 @@ sidenav: about include::shared/en/mailing-lists.adoc[] include::shared/en/urls.adoc[] -= Contacting the FreeBSD Community += Contacting the Community link:../community/mailinglists[Mailing lists are the primary communication channel]. Please note, some lists require subscription before posting; posts from non-subscribers may be held in a queue. -== Questions about FreeBSD +== Questions Write to the {freebsd-questions}; see the link:../community[Community] page for other options. @@ -22,11 +22,11 @@ Questions or suggestions about documentation may be addressed to the {freebsd-do Alternatively, for link:{main-site}[Documentation Portal] content -- including the link:{handbook}[FreeBSD Handbook] and link:{faq}[FAQ] -- in-page resources include the option to edit the page in GitHub. -== link:../administration/[FreeBSD Project Administration and Management] +== Project Administration and Management -Webmaster Team, Security Team, Postmaster Team, Bugmeisters, and others. +link:../administration[Core Team, Security, Tree Management, Webmaster Team, Postmaster Team, Bugmeisters, and others.] -== Miscellaneous +== Legal -link:../commercial/[Commercial Vendors] +FreeBSD trademarks are owned by the link:https://freebsdfoundation.org/[FreeBSD Foundation]. diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml index 872754050b..2c7bf086b2 100644 --- a/website/themes/beastie/i18n/en.toml +++ b/website/themes/beastie/i18n/en.toml @@ -295,6 +295,9 @@ other = "Get FreeBSD" [f-code-of-conduct] other = "Code of Conduct" +[f-contact] +other = "Contact" + [f-security-advisories] other = "Security Advisories" diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html index 4a9f2cd919..52c40ea75f 100755 --- a/website/themes/beastie/layouts/_partials/site-footer.html +++ b/website/themes/beastie/layouts/_partials/site-footer.html @@ -80,6 +80,9 @@ <h3 class="column-title">{{ i18n "f-legal" }}</h3> <ul class="column-elements-container"> <li> + <a href="{{ "contact" | relLangURL }}" class="column-element">{{ i18n "f-contact" }}</a> + </li> + <li> <a href="https://freebsdfoundation.org/donate/" target="_blank" class="column-element">{{ i18n "f-donations" }}</a> </li> <li> |
