File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ author:
99
99
foursquare :
100
100
github : " academicpages"
101
101
google_plus :
102
+ goodreads :
102
103
keybase :
103
104
instagram :
104
105
impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
Original file line number Diff line number Diff line change @@ -119,6 +119,9 @@ <h3 class="author__name">{{ author.name }}</h3>
119
119
{% if author.wikipedia %}
120
120
< 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 >
121
121
{% 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 %}
122
125
{% if author.medium %}
123
126
< li > < a href ="{{ author.medium }} "> < i class ="fab fa-fw fa-medium " aria-hidden ="true "> </ i > Medium</ a > </ li >
124
127
{% endif %}
You can’t perform that action at this time.
0 commit comments