Skip to content

Commit

Permalink
Properly formatting the word resume
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrav13 committed Jan 22, 2017
1 parent a577d31 commit 3a5b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Expand Up @@ -32,7 +32,7 @@

{% if site.resume == true %}
<li class="item">
<a class="link" href="{% if site.resume-external %}{{ site.resume-url }}{% else %}{{ site.url }}/{{ site.resume-url }}{% endif %}">Resume</a>
<a class="link" href="{% if site.resume-external %}{{ site.resume-url }}{% else %}{{ site.url }}/{{ site.resume-url }}{% endif %}">Résumé</a>
</li>
{% endif %}
</ul>
Expand Down

0 comments on commit 3a5b3b9

Please sign in to comment.