feat(theme): add a link to the source in the footer
This commit is contained in:
parent
980eb804a6
commit
82281f93ca
3 changed files with 8 additions and 0 deletions
|
@ -20,3 +20,6 @@ warning_icon: Warning icon
|
||||||
translations: Translations
|
translations: Translations
|
||||||
also_available_in: "Also available in:"
|
also_available_in: "Also available in:"
|
||||||
table_of_contents: "Contents:"
|
table_of_contents: "Contents:"
|
||||||
|
source_code: |
|
||||||
|
The source of this site is available on
|
||||||
|
<a href="https://code.bcarlin.net/bcarlin/bcarlin.net">my software forge</a>.
|
||||||
|
|
|
@ -20,3 +20,6 @@ warning_icon: Icône attention
|
||||||
translations: Traductions
|
translations: Traductions
|
||||||
also_available_in: "Également disponible en :"
|
also_available_in: "Également disponible en :"
|
||||||
table_of_contents: "Contenu :"
|
table_of_contents: "Contenu :"
|
||||||
|
source_code: |
|
||||||
|
Les sources de ce site sont disponibles sur
|
||||||
|
<a rel="external" href="https://code.bcarlin.net/bcarlin/bcarlin.net">ma forge logicielle</a>.
|
||||||
|
|
|
@ -11,4 +11,6 @@
|
||||||
{{partial "icon.html" (dict "icon" "creative-commons-nc-fill" "label" "Creative Commons Non Commercial Logo")}}
|
{{partial "icon.html" (dict "icon" "creative-commons-nc-fill" "label" "Creative Commons Non Commercial Logo")}}
|
||||||
<br>
|
<br>
|
||||||
{{ T "generated_with_hugo" | safeHTML }}
|
{{ T "generated_with_hugo" | safeHTML }}
|
||||||
|
<br>
|
||||||
|
{{ T "source_code" | safeHTML }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue