Skip to content

Commit 30cbbef

Browse files
pourmand1376siantonelli
authored andcommitted
add stackoverflow id (alshedivat#400)
1 parent 75565bf commit 30cbbef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_includes/social.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
{% endif %}
1313
{%- if site.scholar_userid -%}
1414
<a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" title="Google Scholar"><i
15-
class="ai ai-google-scholar"></i></a>
15+
class="ai ai-google-scholar"></i></a>
1616
{% endif %}
1717
{%- if site.semanticscholar_id -%}
1818
<a href="https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}" title="Semantic Scholar"><i
19-
class="ai ai-semantic-scholar"></i></a>
19+
class="ai ai-semantic-scholar"></i></a>
2020
{% endif %}
2121
{%- if site.publons_id -%}
2222
<a href="https://publons.com/a/{{ site.publons_id }}/" title="Publons"><i class="ai ai-publons"></i></a>
@@ -29,11 +29,11 @@
2929
{% endif %}
3030
{%- if site.research_gate_profile -%}
3131
<a href="https://www.researchgate.net/profile/{{site.research_gate_profile}}/" title="ResearchGate"><i
32-
class="ai ai-researchgate"></i></a>
32+
class="ai ai-researchgate"></i></a>
3333
{% endif %}
3434
{%- if site.scopus_id -%}
3535
<a href="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}" title="Scopus"><i
36-
class="ai ai-scopus"></i></a>
36+
class="ai ai-scopus"></i></a>
3737
{% endif %}
3838
{%- if site.github_username -%}
3939
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fab fa-github"></i></a>
@@ -64,7 +64,7 @@
6464
{% endif %}
6565
{%- if site.wikipedia_id -%}
6666
<a href="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}" title="Wikipedia"><i
67-
class="fab fa-wikipedia-w"></i></a>
67+
class="fab fa-wikipedia-w"></i></a>
6868
{% endif %}
6969
{%- if site.strava_userid -%}
7070
<a href="https://www.strava.com/athletes/{{ site.strava_userid }}" title="Strava"><i class="fab fa-strava"></i></a>
@@ -80,7 +80,7 @@
8080
{% endif %}
8181
{%- if site.stackoverflow_id -%}
8282
<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i
83-
class="fab fa-stack-overflow"></i></a>
83+
class="fab fa-stack-overflow"></i></a>
8484
{% endif %}
8585
{%- if site.kaggle_id -%}
8686
<a href="https://www.kaggle.com/{{ site.kaggle_id }}" title="Kaggle"><i class="fab fa-kaggle"></i></a>

0 commit comments

Comments
 (0)