git: c8f0145805 - main - Fix the Russian web content link.
Andrey Zakhvatov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by andy: URL: https://cgit.FreeBSD.org/doc/commit/?id=c8f0145805f7b3649f86173926a4fbd3bb545b52 commit c8f0145805f7b3649f86173926a4fbd3bb545b52 Author: Andrey Zakhvatov <[email protected]> AuthorDate: 2025-10-12 20:02:41 +0000 Commit: Andrey Zakhvatov <[email protected]> CommitDate: 2025-10-12 20:02:41 +0000 Fix the Russian web content link. Reported by: vladlen (and the change proposed by) Reviewed by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D53052 --- website/themes/beastie/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html index 0d0b65c6ac..7ed1c1af56 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -106,7 +106,7 @@ {{ end }} --> <li><a href="{{ $.Site.BaseURL }}">en</a></li> - <li><a href="{{ $.Site.BaseURL }}">ru</a></li> + <li><a href="{{ $.Site.BaseURL }}ru">ru</a></li> <li><a href="{{ $.Site.BaseURL }}zh-tw">zh-tw</a></li> </ul> </div>