From 61b41699a750c9772888ab9c0f18080ce25e53e6 Mon Sep 17 00:00:00 2001 From: naveenarun Date: Tue, 20 Oct 2020 17:07:35 -0500 Subject: [PATCH] add goodreads to site --- _config.yml | 1 + _includes/author-profile.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 1dc605cc6e928..3b070c3a430d0 100644 --- a/_config.yml +++ b/_config.yml @@ -98,6 +98,7 @@ author: foursquare : github : "academicpages" google_plus : + goodreads : keybase : instagram : impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx" diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 55449165574f6..2c7787cd5b575 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -118,6 +118,9 @@

{{ author.name }}

{% if author.wikipedia %}
  • Wikipedia
  • {% endif %} + {% if author.goodreads %} +
  • Goodreads
  • + {% endif %}