Skip to content

Commit

Permalink
Update social.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxophone authored Sep 19, 2023
1 parent a5f1ebc commit 9040ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<a href="https://snapchat.com/add/{{.}}" aria-label="Snapchat" target="_blank"><i class="fab fa-snapchat" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.youtube}}
<a href="https://youtube.com/c/{{.}}" aria-label="Youtube" target="_blank"><i class="fab fa-youtube" aria-hidden="true"></i></a>
<a href="https://youtube.com/channel/{{.}}" aria-label="Youtube" target="_blank"><i class="fab fa-youtube" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.keybase}}
<a href="https://keybase.io/{{.}}" aria-label="Keybase" target="_blank"><i class="fab fa-keybase" aria-hidden="true"></i></a>
Expand Down

0 comments on commit 9040ce7

Please sign in to comment.