Skip to content

Commit

Permalink
Update resume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gaterunner341 committed Nov 2, 2024
1 parent 2011b36 commit 6b82257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Education</h2>
<img class="rounded-image" src="./assets/images/resume/{{ education.logo }}" alt="{{ education.alt }}">
<div class="company-details">
{% if education.url %}
<b><a href="{{ education.url }}" target="_blank" class="hover-underline-animation">{{ education.degree }}, {{ education.subject }}</a></b><br>
<b><a href="{{ education.url }}" target="_blank" class="hover-underline-animation">{{ education.degree }} {{ education.subject }}</a></b><br>
{% else %}
<b>{{ education.degree }} {{ education.subject }}</b><br>
{% endif %}
Expand Down

0 comments on commit 6b82257

Please sign in to comment.