Remove redundant GitHub link

This commit is contained in:
Ian Adam Naval 2021-09-24 21:18:36 -04:00
parent 1930ffef0d
commit 44162bf4c2

View File

@ -29,7 +29,6 @@
{% endunless %}
{% endfor %}
<a class="page-link" href="{{ site.code_url }}">Code</a>
{% if site.github_username %}<a class="page-link" href="https://github.com/{{ site.github_username }}/">GitHub</a>{% endif %}
{% if site.resume_url %}<a class="page-link" href="{{ site.resume_url }}">Résumé</a>{% endif %}
</div>
</nav>