diff --git a/_config.yml b/_config.yml index 1b08f4f..2073708 100644 --- a/_config.yml +++ b/_config.yml @@ -63,6 +63,7 @@ social-network-links: # mastodon: instance.url/@username # ORCID: your ORCID ID # google-scholar: your google scholar +# discord: invite/invite_code or users/userid # 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 ac1599d..617d9b7 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -299,5 +299,17 @@ {%- endif -%} + +{%- if site.social-network-links.discord -%} +
  • + + + Discord + +
  • +{%- endif -%}