feat: translate the site in french
This commit is contained in:
parent
3e98ac15b6
commit
b47b193b20
81 changed files with 1327 additions and 251 deletions
7
layouts/shortcodes/note.html
Normal file
7
layouts/shortcodes/note.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<aside class="admonition note">
|
||||
<p class="title">
|
||||
{{partial "icon.html" (dict "icon" "information-fill" "label" (T "information_icon"))}}
|
||||
{{ T "note" }}
|
||||
</p>
|
||||
{{ .Inner | .Page.RenderString }}
|
||||
</aside>
|
7
layouts/shortcodes/warning.html
Normal file
7
layouts/shortcodes/warning.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<aside class="admonition warning">
|
||||
<p class="title">
|
||||
{{partial "icon.html" (dict "icon" "error-warning-fill" "label" (T "warning_icon")) -}}
|
||||
{{ T "warning" }}
|
||||
</p>
|
||||
{{ .Inner | .Page.RenderString }}
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue