Skip to content

Commit

Permalink
Merge pull request jglovier#96 from kmutahar/fix-html-tag
Browse files Browse the repository at this point in the history
Removed extra </h5> tag in resume.html
  • Loading branch information
jglovier authored Jan 6, 2021
2 parents 0a0ef6e + f336dec commit 04d02ff
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 04d02ff

Please sign in to comment.