File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ work_url: # work page URL
62
62
keybase_username : # your keybase user name
63
63
wikidata_id : # your wikidata id
64
64
dblp_url : # your DBLP profile url
65
+ stackoverflow_id : # your stackoverflow id
65
66
66
67
contact_note : # > You can even add a little note about which of these is the best way to reach you.
67
68
Original file line number Diff line number Diff line change 15
15
{% if site.keybase_username %}< a href ="https://keybase.io/{{ site.keybase_username }} " target ="_blank " title ="Keybase "> < i class ="fab fa-keybase "> </ i > </ a > {% endif %}
16
16
{% if site.gitlab_username %}< a href ="https://gitlab.com/{{ site.gitlab_username }} " target ="_blank " title ="GitLab "> < i class ="fab fa-gitlab "> </ i > </ a > {% endif %}
17
17
{% if site.dblp_url %}< a href ="{{ site.dblp_url }} " target ="_blank " title ="DBLP "> < i class ="ai ai-dblp "> </ i > </ a > {% endif %}
18
+ {% if site.stackoverflow_id %}< a href ="https://stackoverflow.com/users/{{ site.stackoverflow_id }} " target ="_blank " title ="Stackoverflow "> < i class ="fab fa-stack-overflow "> </ i > </ a > {% endif %}
19
+
You can’t perform that action at this time.
0 commit comments