diff --git a/_config.yml b/_config.yml index 2c98683..4fb5aa9 100644 --- a/_config.yml +++ b/_config.yml @@ -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:///feed.xml diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index 2b8dc2b..cec2e84 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -311,5 +311,17 @@ {%- endif -%} + +{%- if site.social-network-links.kaggle -%} +
  • + + + Kaggle + +
  • +{%- endif -%}