Skip to content

Commit 5af88cf

Browse files
adding kaggle social link (daattali#961)
* Update social-networks-links.html * Update _config.yml
1 parent cdd260f commit 5af88cf

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ social-network-links:
6464
# ORCID: your ORCID ID
6565
# google-scholar: your google scholar
6666
# discord: invite/invite_code or users/userid
67+
# kaggle: yourname
6768

6869
# If you want your website to generate an RSS feed, provide a description
6970
# The URL for the feed will be https://<your_website>/feed.xml

_includes/social-networks-links.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,17 @@
311311
</a>
312312
</li>
313313
{%- endif -%}
314+
315+
{%- if site.social-network-links.kaggle -%}
316+
<li class="list-inline-item">
317+
<a href="https://www.kaggle.com/{{ site.social-network-links.kaggle }}" title="Kaggle">
318+
<span class="fa-stack fa-lg" aria-hidden="true">
319+
<i class="fas fa-circle fa-stack-2x"></i>
320+
<i class="fab fa-kaggle fa-stack-1x fa-inverse"></i>
321+
</span>
322+
<span class="sr-only">Kaggle</span>
323+
</a>
324+
</li>
325+
{%- endif -%}
314326

315327
</ul>

0 commit comments

Comments
 (0)