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.
2 parents 103ab6d + 85eab80 commit 1f125eaCopy full SHA for 1f125ea
_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