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.
mailto
1 parent 6245dec commit 2685b91Copy full SHA for 2685b91
1 file changed
_includes/sidebar.html
@@ -68,7 +68,7 @@
68
{%- endunless -%}
69
{%- assign email = site.social.email | split: '@' -%}
70
{%- capture url -%}
71
- javascript:location.href = 'mailto:' + ['{{ email[0] }}','{{ email[1] }}'].join('@')
+ javascript:void(location.href = 'mailto:' + ['{{ email[0] }}','{{ email[1] }}'].join('@'))
72
{%- endcapture -%}
73
{% when 'rss' %}
74
{% assign url = '/feed.xml' | relative_url %}
0 commit comments