Add discord to supported social networks (#907)
* add discord to social-networks-links.html * Update _config.yml * Update Discord entry
This commit is contained in:
parent
71824e5268
commit
f31898b8d0
2 changed files with 13 additions and 0 deletions
|
@ -63,6 +63,7 @@ social-network-links:
|
||||||
# mastodon: instance.url/@username
|
# mastodon: instance.url/@username
|
||||||
# ORCID: your ORCID ID
|
# ORCID: your ORCID ID
|
||||||
# google-scholar: your google scholar
|
# 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
|
# 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
|
# The URL for the feed will be https://<your_website>/feed.xml
|
||||||
|
|
|
@ -299,5 +299,17 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
{%- if site.social-network-links.discord -%}
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="https://discord.com/{{ site.social-network-links.discord }}" title="Discord">
|
||||||
|
<span class="fa-stack fa-lg" aria-hidden="true">
|
||||||
|
<i class="fas fa-circle fa-stack-2x"></i>
|
||||||
|
<i class="fab fa-discord fa-stack-1x fa-inverse"></i>
|
||||||
|
</span>
|
||||||
|
<span class="sr-only">Discord</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue