We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6882ab1 commit 31b3f68Copy full SHA for 31b3f68
_includes/social.html
@@ -1,6 +1,6 @@
1
<div class="social">
2
<span class="contacticon center">
3
- <a href="mailto:{{ site.email | encode_email }}"><i class="fas fa-envelope"></i></a>
+ {% if site.email %}<a href="mailto:{{ site.email | encode_email }}"><i class="fas fa-envelope"></i></a>{% endif %}
4
{% if site.orcid_id %}<a href="https://orcid.org/{{ site.orcid_id }}" target="_blank" title="ORCID"><i class="ai ai-orcid"></i></a>{% endif %}
5
{% if site.scholar_userid %}<a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>{% endif %}
6
{% if site.github_username %}<a href="https://github.com/{{ site.github_username }}" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>{% endif %}
0 commit comments