File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ quora_username: # your Quora username
49
49
publons_id : # your ID on Publons
50
50
research_gate_profile : # your profile on ResearchGate
51
51
blogger_url : # your blogger URL
52
+ keybase_username : # your keybase user name
52
53
53
54
contact_note : >
54
55
You can even add a little note about which of these is the best way to reach you.
Original file line number Diff line number Diff line change 11
11
{% if site.quora_username %}< a href ="https://www.quora.com/profile/{{ site.quora_username }} " target ="_blank " title ="Quora "> < i class ="fab fa-quora "> </ i > </ a > {% endif %}
12
12
{% if site.blogger_url %}< a href ="{{ site.blogger_url }} " target ="_blank " title ="Blogger "> < i class ="fab fa-blogger-b "> </ i > </ a > {% endif %}
13
13
{% if site.strava_userid %}< a href ="https://www.strava.com/athletes/{{ site.strava_userid }} " target ="_blank " title ="Strava "> < i class ="fab fa-strava "> </ i > </ a > {% endif %}
14
+ {% if site.keybase_username %}< a href ="https://keybase.io/{{ site.keybase_username }} " target ="_blank " title ="Keybase "> < i class ="fab fa-keybase "> </ i > </ a > {% endif %}
14
15
</ span >
You can’t perform that action at this time.
0 commit comments