File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ author:
98
98
foursquare :
99
99
github : " academicpages"
100
100
google_plus :
101
+ goodreads :
101
102
keybase :
102
103
instagram :
103
104
impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ <h3 class="author__name">{{ author.name }}</h3>
118
118
{% if author.wikipedia %}
119
119
< 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 >
120
120
{% 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 %}
121
124
</ ul >
122
125
</ div >
123
126
</ div >
You can’t perform that action at this time.
0 commit comments