Skip to content

Commit

Permalink
Merge pull request wodeni#7 from xyyuchn/master
Browse files Browse the repository at this point in the history
fix email hyperlink
  • Loading branch information
wodeni authored Jun 6, 2019
2 parents a2b5145 + aa710ea commit 0e3e277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/cv-contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% if page.email %}
<i class="fi-mail" style="margin-left:1em"></i>
<a href="{{ page.email }}" style="margin-left:0.5em">{{ page.email }}</a>
<a href="{{ page.email.url }}" style="margin-left:0.5em">{{ page.email.text }}</a>
{% endif %}

{% if page.phone %}
Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
layout: cv
title: Wode "Nimo" Ni
email: woden@cs.cmu.edu
email:
url: mailto:woden@cs.cmu.edu
text: woden@cs.cmu.edu
homepage:
url: http://cs.cmu.edu/~woden
text: cs.cmu.edu/~woden
Expand Down

0 comments on commit 0e3e277

Please sign in to comment.