Skip to content

Commit

Permalink
Removed extra </h5> tag in resume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kmutahar authored Sep 18, 2020
1 parent 0a0ef6e commit f336dec
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 @@ -86,7 +86,7 @@ <h5 class="resume-item-details award-title" itemprop="description">{{ education.
{% for award in education.awards %}
<li>{{ award.award }}</li>
{% endfor %}
</ul></h5>
</ul>


<p class="resume-item-copy">{{ education.summary }}</p>
Expand Down

0 comments on commit f336dec

Please sign in to comment.