Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2021 13:27:02 GMT
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 58ef7b9627 - main - Add link to the french version of the Website. Some parts still need updates.
Message-ID:  <202104101327.13ADR2vX001436@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=58ef7b9627e6be533a17cd76bb7d2f8e879027c9

commit 58ef7b9627e6be533a17cd76bb7d2f8e879027c9
Author:     Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2021-04-10 13:23:40 +0000
Commit:     Marc Fonvieille <blackend@FreeBSD.org>
CommitDate: 2021-04-10 13:23:40 +0000

    Add link to the french version of the Website.
    Some parts still need updates.
---
 website/themes/beastie/layouts/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html
index de9c6c5a9e..37d9ae5396 100755
--- a/website/themes/beastie/layouts/index.html
+++ b/website/themes/beastie/layouts/index.html
@@ -82,6 +82,7 @@
             -->
             <li><a href="{{ $.Site.BaseURL }}de">de</a></li>
             <li><a href="{{ $.Site.BaseURL }}">en</a></li>
+            <li><a href="{{ $.Site.BaseURL }}fr">fr</a></li>
             <li><a href="{{ $.Site.BaseURL }}ja">ja</a></li>
             <li><a href="{{ $.Site.BaseURL }}zh-cn">zh-cn</a></li>
             <li><a href="{{ $.Site.BaseURL }}zh-tw">zh-tw</a></li>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104101327.13ADR2vX001436>