1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 11:25:20 +00:00

website: Fix contributing article footer link

Unconditionally send the website footer link to the contributing article
to the english version, as a stopgap to fix the 404. This link needs to
preserve the language.

Reported by:		debg
Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D57064
This commit is contained in:
Alexander Ziaee
2026-05-20 09:20:28 -04:00
parent 4c396c5b7f
commit 5c581d71c7
@@ -59,7 +59,7 @@
<h3 class="column-title">{{ i18n "f-community" }}</h3>
<ul class="column-elements-container">
<li>
<a href={{ "articles/contributing" | relLangURL }} class="column-element">{{ i18n "f-get-involved" }}</a>
<a href={{ "https://docs.freebsd.org/en/articles/contributing" | relLangURL }} class="column-element">{{ i18n "f-get-involved" }}</a>
</li>
<li>
<a href="https://forums.freebsd.org/" target="_blank" class="column-element">{{ i18n "f-community-forum" }}</a>