Skip to content

Commit 8b29339

Browse files
authored
Merge pull request #465 from naveenarun/add_goodreads
Add goodreads to sidebar
2 parents d2b93d1 + a9f950e commit 8b29339

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ author:
9999
foursquare :
100100
github : "academicpages"
101101
google_plus :
102+
goodreads :
102103
keybase :
103104
instagram :
104105
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"

_includes/author-profile.html

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ <h3 class="author__name">{{ author.name }}</h3>
119119
{% if author.wikipedia %}
120120
<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>
121121
{% endif %}
122+
{% if author.goodreads %}
123+
<li><a href="https://www.goodreads.com/{{ author.goodreads }}"><i class="fab fa-fw fa-goodreads" aria-hidden="true"></i> Goodreads</a></li>
124+
{% endif %}
122125
{% if author.medium %}
123126
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
124127
{% endif %}

0 commit comments

Comments
 (0)