Framework pour créer son site web en 2 minutes, et en Markdown!
https://www.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
579 B
10 lines
579 B
{{ 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> -->
|
|
|