greg 406079d076
All checks were successful
continuous-integration/drone/push Build is passing
mise à jour metadatas for SEO
2025-06-26 17:20:02 +02:00

11 lines
600 B
HTML

{{ 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.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.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> -->