File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ social-network-links:
64
64
# ORCID: your ORCID ID
65
65
# google-scholar: your google scholar
66
66
# discord: invite/invite_code or users/userid
67
+ # kaggle: yourname
67
68
68
69
# If you want your website to generate an RSS feed, provide a description
69
70
# The URL for the feed will be https://<your_website>/feed.xml
Original file line number Diff line number Diff line change 311
311
</ a >
312
312
</ li >
313
313
{%- 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 -%}
314
326
315
327
</ ul >
You can’t perform that action at this time.
0 commit comments