Skip to content

Commit

Permalink
Render linkedin
Browse files Browse the repository at this point in the history
  • Loading branch information
anhtuank7c committed Feb 16, 2025
1 parent 383334f commit 39c0132
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/recommendations.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ <h3 class="recommendation-person">{{ recommendation.person }}</h3>
<a href="{{recommendation.facebook}}"><i class="fas fa-brands fa-facebook-f mr-1"></i>Facebook</a>
</div>
{% endif %}
{% if recommendation.linkedin %}
<div>
<a href="{{recommendation.linkedin}}"><i class="fas fa-brands fa-facebook-f mr-1"></i>Linkedin</a>
</div>
{% endif %}
{% if recommendation.phone %}
<div>
<a href="tel:{{recommendation.phone}}">
Expand Down

0 comments on commit 39c0132

Please sign in to comment.