mise à jour metadatas for SEO
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-26 17:20:02 +02:00
parent 6e4752f62e
commit 406079d076
4 changed files with 15 additions and 13 deletions
@@ -1,10 +1,10 @@
{{ with .Site.Social.gitlab -}}
{{ with .Site.Params.Social.gitlab -}}
<a class="py-2 px-2" href="https://git.gregandev.fr/gregandev"><i class="fab fa-gitlab" style="color: white;"></i></a>
{{ end -}}
{{ with .Site.Social.github -}}
{{ with .Site.Params.Social.github -}}
<a class="py-2 px-2" href="https://github.com/{{ . }}"><i class="fab fa-github" style="color: white;"></i></a>
{{ end -}}
{{ with .Site.Social.linkedin -}}
{{ with .Site.Params.Social.linkedin -}}
<a class="py-2 px-2" href="https://www.linkedin.com/in/{{ . }}/"><i class="fab fa-linkedin" style="color: white;"></i></a>
{{ end -}}
<!-- <a class="py-2 px-2" href='{{ "index.xml" | absURL }}'><i class="fas fa-rss"></i></a> -->