From c2c05777e3b3ccf048f6c299f081d017bc7b0d9b Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 14 Jan 2021 12:49:01 -0700 Subject: [PATCH] social: add wikidata page (#185) --- _config.yml | 1 + _includes/social.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 4060223..62927b5 100644 --- a/_config.yml +++ b/_config.yml @@ -53,6 +53,7 @@ research_gate_profile: # your profile on ResearchGate blogger_url: # your blogger URL work_url: # work page URL keybase_username: # your keybase user name +wikidata_id: # your wikidata id contact_note: > You can even add a little note about which of these is the best way to reach you. diff --git a/_includes/social.html b/_includes/social.html index 8b38260..0b0d1ed 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -11,6 +11,7 @@ {% if site.quora_username %}{% endif %} {% if site.blogger_url %}{% endif %} {% if site.work_url %}{% endif %} + {% if site.wikidata_id %}{% endif %} {% if site.strava_userid %}{% endif %} {% if site.keybase_username %}{% endif %}