adding kaggle social link (#961)
* Update social-networks-links.html * Update _config.yml
This commit is contained in:
parent
cdd260f08c
commit
5af88cf0e3
2 changed files with 13 additions and 0 deletions
|
@ -64,6 +64,7 @@ social-network-links:
|
|||
# ORCID: your ORCID ID
|
||||
# google-scholar: your google scholar
|
||||
# discord: invite/invite_code or users/userid
|
||||
# kaggle: yourname
|
||||
|
||||
# If you want your website to generate an RSS feed, provide a description
|
||||
# The URL for the feed will be https://<your_website>/feed.xml
|
||||
|
|
|
@ -311,5 +311,17 @@
|
|||
</a>
|
||||
</li>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if site.social-network-links.kaggle -%}
|
||||
<li class="list-inline-item">
|
||||
<a href="https://www.kaggle.com/{{ site.social-network-links.kaggle }}" title="Kaggle">
|
||||
<span class="fa-stack fa-lg" aria-hidden="true">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-kaggle fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<span class="sr-only">Kaggle</span>
|
||||
</a>
|
||||
</li>
|
||||
{%- endif -%}
|
||||
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue