adding kaggle social link (#961)

* Update social-networks-links.html

* Update _config.yml
This commit is contained in:
洪健翔 Hung, Chien-Hsiang 2022-04-04 06:25:18 +08:00 committed by GitHub
parent cdd260f08c
commit 5af88cf0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -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

View file

@ -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>