eh
This commit is contained in:
parent
79c70e8d3b
commit
687175e859
2 changed files with 97 additions and 85 deletions
30
config.toml
30
config.toml
|
@ -146,6 +146,36 @@ loading = "Chargement..."
|
||||||
page-not-supported = "Cette page n'est pas disponible dans votre langue actuellement."
|
page-not-supported = "Cette page n'est pas disponible dans votre langue actuellement."
|
||||||
|
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
id="facebook"
|
||||||
|
weight=1
|
||||||
|
title="Facebook"
|
||||||
|
url="https://facebook.com/werobot"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
id="instagram"
|
||||||
|
weight=2
|
||||||
|
title="Instagram"
|
||||||
|
url="https://instagram.com/werobot"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
id="x"
|
||||||
|
weight=3
|
||||||
|
title="X"
|
||||||
|
url="https://x.com/werobot"
|
||||||
|
|
||||||
|
#[[params.social]]
|
||||||
|
#id="youtube"
|
||||||
|
#weight=4
|
||||||
|
#title="Youtube"
|
||||||
|
#url="https://facebook.com/werobot"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
id="github"
|
||||||
|
weight=5
|
||||||
|
title="GitHub"
|
||||||
|
url="https://github.com/werobot-france"
|
||||||
|
|
||||||
[[params.errors]]
|
[[params.errors]]
|
||||||
id="unknown"
|
id="unknown"
|
||||||
title="Erreur inconnue"
|
title="Erreur inconnue"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<footer
|
<footer
|
||||||
id="footer"
|
id="footer"
|
||||||
class="footer">
|
class="footer">
|
||||||
<div class="footer-cover-back"></div>
|
<div class="footer-cover-back"></div>
|
||||||
|
@ -59,32 +59,14 @@
|
||||||
|
|
||||||
<div class="flex justify-between footer-footer">
|
<div class="flex justify-between footer-footer">
|
||||||
<div class="footer-socials">
|
<div class="footer-socials">
|
||||||
|
{{ range .Site.Params.social }}
|
||||||
<a
|
<a
|
||||||
href=""
|
href="{{ .URL }}"
|
||||||
|
title="{{ .Title }}"
|
||||||
class="footer-socials-item link">
|
class="footer-socials-item link">
|
||||||
{{ partial "svg" "facebook" }}
|
{{ partial "svg" .id }}
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href=""
|
|
||||||
class="footer-socials-item link">
|
|
||||||
{{ partial "svg" "instagram" }}
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href=""
|
|
||||||
class="footer-socials-item link">
|
|
||||||
{{ partial "svg" "twitter" }}
|
|
||||||
</a>
|
|
||||||
<!--
|
|
||||||
<a
|
|
||||||
:href="$env.socials.youtube"
|
|
||||||
class="footer-socials-item link">
|
|
||||||
<img src="~/assets/img/youtube.svg">
|
|
||||||
</a> -->
|
|
||||||
<a
|
|
||||||
href=""
|
|
||||||
class="footer-socials-item link">
|
|
||||||
{{ partial "svg" "github" }}
|
|
||||||
</a>
|
</a>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ partial "locales-list.html" }}
|
{{ partial "locales-list.html" }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue