Skip to content

Commit

Permalink
fix #322 - facebook icon and link (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels authored Apr 9, 2024
1 parent 1c40ddd commit 59b73a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hugo-rladies/layouts/partials/funcs/social_media.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
{{ $data.Set "fa" "fab fa-linkedin" }}

{{ else if eq .type "facebook" }}
{{ $data.Set "string" "https://www.linkedin.com/in/%s" }}
{{ $data.Set "fa" "fab fa-linkedin" }}
{{ $data.Set "string" "https://www.facebook.com/%s" }}
{{ $data.Set "fa" "fab fa-facebook" }}

{{ else if eq .type "linkedin" }}
{{ $data.Set "string" "https://www.facebook.com/%s" }}
Expand Down

0 comments on commit 59b73a5

Please sign in to comment.