From f8dce9780015509c69e04528de133109190703df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=81=A5=E7=BF=94=20Hung=2C=20Chien-Hsiang?= <77676044+chienhsiang-hung@users.noreply.github.com> Date: Mon, 4 Apr 2022 06:25:18 +0800 Subject: [PATCH] adding kaggle social link (#961) * Update social-networks-links.html * Update _config.yml --- _config.yml | 1 + _includes/social-networks-links.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index 2c986832e048..4fb5aa92637e 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 2b8dc2b156eb..cec2e84e27d9 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 -%}