feat: translate the site in french
This commit is contained in:
parent
3e98ac15b6
commit
b47b193b20
81 changed files with 1327 additions and 251 deletions
14
layouts/_partials/footer.html
Normal file
14
layouts/_partials/footer.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
<p>
|
||||
© {{ now.Year }} Bruno Carlin
|
||||
<br>
|
||||
{{ T "license" (dict
|
||||
"link" "https://creativecommons.org/licenses/by-nc/4.0/"
|
||||
"name" "Creative Commons Attribution-NonCommercial 4.0 International"
|
||||
) | safeHTML }}
|
||||
{{partial "icon.html" (dict "icon" "creative-commons-fill" "label" "Creative Commons Logo")}}
|
||||
{{partial "icon.html" (dict "icon" "creative-commons-by-fill" "label" "Creative Commons Attribution Logo")}}
|
||||
{{partial "icon.html" (dict "icon" "creative-commons-nc-fill" "label" "Creative Commons Non Commercial Logo")}}
|
||||
<br>
|
||||
{{ T "generated_with_hugo" | safeHTML }}
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue