git: c8f0145805 - main - Fix the Russian web content link.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Oct 2025 21:18:48 UTC
The branch main has been updated by andy: URL: https://cgit.FreeBSD.org/doc/commit/?id=c8f0145805f7b3649f86173926a4fbd3bb545b52 commit c8f0145805f7b3649f86173926a4fbd3bb545b52 Author: Andrey Zakhvatov <andy@FreeBSD.org> AuthorDate: 2025-10-12 20:02:41 +0000 Commit: Andrey Zakhvatov <andy@FreeBSD.org> 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>