Skip to content

Commit 1f125ea

Browse files
committed
2 parents 103ab6d + 85eab80 commit 1f125ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/sidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
{% capture url %}
5555
{%- if entry.type == 'github' -%}
5656
https://github.com/{{ site.github.username }}
57-
{%- elsif entry.type == 'twitter' -%}
58-
https://twitter.com/{{ site.twitter.username }}
57+
{%- elsif entry.type == 'discord' -%}
58+
{{ site.discord }}
5959
{%- elsif entry.type == 'email' -%}
6060
{% assign email = site.social.email | split: '@' %}
6161
javascript:location.href = 'mailto:' + ['{{ email[0] }}','{{ email[1] }}'].join('@')

0 commit comments

Comments
 (0)