Merge pull request #96 from kmutahar/fix-html-tag

Removed extra </h5> tag in resume.html
This commit is contained in:
Joel Glovier
2021-01-06 12:19:23 -08:00
committed by GitHub
+1 -1
View File
@@ -86,7 +86,7 @@
{% for award in education.awards %}
<li>{{ award.award }}</li>
{% endfor %}
</ul></h5>
</ul>
<p class="resume-item-copy">{{ education.summary }}</p>