Skip to content

Commit

Permalink
add goodreads to site
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenarun committed Oct 20, 2020
1 parent 25c30de commit 61b4169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ author:
foursquare :
github : "academicpages"
google_plus :
goodreads :
keybase :
instagram :
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-fw fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
{% if author.goodreads %}
<li><a href="https://www.goodreads.com/{{ author.goodreads }}"><i class="fab fa-fw fa-goodreads" aria-hidden="true"></i> Goodreads</a></li>
{% endif %}
</ul>
</div>
</div>

0 comments on commit 61b4169

Please sign in to comment.