Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit dc0185e

Browse files
authored
Merge pull request #559 from benoit-l/patch-1
Add a language footer to the French basic template
2 parents 81fe5cb + 2f6d061 commit dc0185e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/fr-FR/basic.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ <h2><a href="/fr-FR/contribute.html">Contribuer</a></h2>
3636

3737
{{ content }}
3838

39+
<footer>
40+
<p>Notre site dans d'autres langues&nbsp;:
41+
<a href="/en-US/">English</a>,
42+
<a href="/pt-BR/">Português</a>,
43+
<a href="/ru-RU/">Русский</a>,
44+
<a href="/zh-CN/">简体中文</a>
45+
</p>
46+
</footer>
47+
3948
<script>
4049
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4150
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

0 commit comments

Comments
 (0)