greg 10e8ad3be8
All checks were successful
continuous-integration/drone Build is passing
repush clean
2024-04-01 20:27:33 +02:00

11 lines
579 B
HTML

{{ with .Site.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 -}}
<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 -}}
<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> -->