Skip to content

Commit 61b4169

Browse files
committed
add goodreads to site
1 parent 25c30de commit 61b4169

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ author:
9898
foursquare :
9999
github : "academicpages"
100100
google_plus :
101+
goodreads :
101102
keybase :
102103
instagram :
103104
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ <h3 class="author__name">{{ author.name }}</h3>
118118
{% if author.wikipedia %}
119119
<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>
120120
{% endif %}
121+
{% if author.goodreads %}
122+
<li><a href="https://www.goodreads.com/{{ author.goodreads }}"><i class="fab fa-fw fa-goodreads" aria-hidden="true"></i> Goodreads</a></li>
123+
{% endif %}
121124
</ul>
122125
</div>
123126
</div>

0 commit comments

Comments
 (0)