Skip to content

Commit 08388ca

Browse files
authoredFeb 2, 2024
Update footer.html
1 parent 293a11f commit 08388ca

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed
 

‎_includes/footer.html

+1-15
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,9 @@
1414
{% if site.author.linkedin %}
1515
<a href="https://www.linkedin.com/in/{{ site.author.linkedin }}"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
1616
{% endif %}
17-
18-
{% if site.author.codepen %}
19-
<a href="https://codepen.io/{{ site.author.codepen }}"><i class="fa fa-codepen" aria-hidden="true"></i></a>
20-
{% endif %}
21-
22-
{% if site.author.dribbble %}
23-
<a href="https://dribbble.com/{{ site.author.dribbble }}"><i class="fa fa-dribbble" aria-hidden="true"></i></a>
24-
{% endif %}
2517

2618
{% if site.author.twitter %}
27-
<a href="https://twitter.com/{{ site.author.twitter }}"><i class="fa fa-twitter" aria-hidden="true"></i></a>
28-
{% endif %}
29-
30-
<a href="https://www.guillaumebonnet.fr/pgp_key"><i class="fa fa-lock" aria-hidden="true"></i></a>
31-
32-
{% if site.author.medium %}
33-
<a href="https://medium.com/@{{ site.author.medium }}"><i class="fa fa-medium" aria-hidden="true"></i></a>
19+
<a href="https://keybase.io/stabla"><i class="fa fa-keybase" aria-hidden="true"></i></a>
3420
{% endif %}
3521

3622
{% if site.author.email %}

0 commit comments

Comments
 (0)
Please sign in to comment.