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
|
@ -299,5 +299,17 @@
|
|||
</a>
|
||||
</li>
|
||||
{%- 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue