We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52b64d commit 85eab80Copy full SHA for 85eab80
_includes/sidebar.html
@@ -54,8 +54,8 @@
54
{% capture url %}
55
{%- if entry.type == 'github' -%}
56
https://github.com/{{ site.github.username }}
57
- {%- elsif entry.type == 'twitter' -%}
58
- https://twitter.com/{{ site.twitter.username }}
+ {%- elsif entry.type == 'discord' -%}
+ {{ site.discord }}
59
{%- elsif entry.type == 'email' -%}
60
{% assign email = site.social.email | split: '@' %}
61
javascript:location.href = 'mailto:' + ['{{ email[0] }}','{{ email[1] }}'].join('@')
0 commit comments