Skip to content

Commit

Permalink
Fix Goodreads link (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedragon authored and Rajesh Shenoy committed Dec 2, 2019
1 parent 18799ae commit b509f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/social.html
Expand Up @@ -9,7 +9,7 @@
<a href="https://scholar.google.com/citations?user={{.}}" aria-label="Google Scholar" target="_blank"><i class="fas fa-graduation-cap" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.goodreads }}
<a href="https://www.goodreads.com/user/show/{{.}}" aria-label="Goodreads" target="_blank"><i class="fab fa-goodreads" aria-hidden="true"></i></a>
<a href="https://www.goodreads.com/{{.}}" aria-label="Goodreads" target="_blank"><i class="fab fa-goodreads" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.lastfm }}
<a href="https://www.last.fm/user/{{.}}/" aria-label="Last.fm" target="_blank"><i class="fab fa-lastfm" aria-hidden="true"></i></a>
Expand Down

0 comments on commit b509f03

Please sign in to comment.