File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ blogger_url: # your blogger URL
86
86
work_url : # work page URL
87
87
keybase_username : # your keybase user name
88
88
wikidata_id : # your wikidata id
89
+ wikipedia_id : # your wikipedia id (Case sensitive)
89
90
dblp_url : # your DBLP profile url
90
91
stackoverflow_id : # your stackoverflow id
91
92
kaggle_id : # your kaggle id
Original file line number Diff line number Diff line change 123
123
{%- capture link -%}https://www.wikidata.org/wiki/{{ site.wikidata_id }}{%- endcapture -%}
124
124
{%- assign sameaslinks = sameaslinks | push: link -%}
125
125
{%- endif -%}
126
+ {%- if site.wikipedia_id -%}
127
+ {%- capture link -%}https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}{%- endcapture -%}
128
+ {%- assign sameaslinks = sameaslinks | push: link -%}
129
+ {%- endif -%}
126
130
{%- if site.strava_userid -%}
127
131
{%- capture link -%}https://www.strava.com/athletes/{{ site.strava_userid }}{%- endcapture -%}
128
132
{%- assign sameaslinks = sameaslinks | push: link -%}
Original file line number Diff line number Diff line change 52
52
{%- if site.wikidata_id -%}
53
53
< a href ="https://www.wikidata.org/wiki/{{ site.wikidata_id }} " title ="Wikidata "> < i class ="fas fa-barcode "> </ i > </ a >
54
54
{% endif %}
55
+ {%- if site.wikipedia_id -%}
56
+ < a href ="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }} " title ="Wikipedia "> < i class ="fab fa-wikipedia-w "> </ i > </ a >
57
+ {% endif %}
55
58
{%- if site.strava_userid -%}
56
59
< a href ="https://www.strava.com/athletes/{{ site.strava_userid }} " title ="Strava "> < i class ="fab fa-strava "> </ i > </ a >
57
60
{% endif %}
You can’t perform that action at this time.
0 commit comments